Skip to content

Commit

Permalink
chore: better script & ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Aug 15, 2024
1 parent 9e211c1 commit 8a1a6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
-v ${{ github.workspace }}:/workspace \
-w /workspace \
${{ matrix.os }} \
/bin/bash -c "sudo bash ./scripts/install.sh"
/bin/bash -c "bash ./scripts/install.sh"
- name: Verify YARA Installation
run: |
Expand Down

0 comments on commit 8a1a6e6

Please sign in to comment.