Skip to content

Commit

Permalink
install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Apr 5, 2024
1 parent bcdc588 commit 751592a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ jobs:
- uses: chainguard-dev/actions/goimports@main

- name: Test
run: make test
run: |
sudo apt update && sudo apt install libyara-dev -y
make test

0 comments on commit 751592a

Please sign in to comment.