Skip to content

Commit

Permalink
debug: Add verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Feb 17, 2024
1 parent cb9d6f2 commit a4a8acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DumprX-crave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
CHAT_ID: ${{ secrets.CHAT_ID }}
- name: Extract using Crave
run: |
crave run --projectID=77 -c crave.yaml -- "sudo bash setup.sh
crave -v run --projectID=77 -c crave.yaml -- "sudo bash setup.sh
sudo apt install -y f2fs-tools
mkdir -p ~/.ssh
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
Expand Down

0 comments on commit a4a8acb

Please sign in to comment.