Skip to content

Commit

Permalink
ci: update examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NSEcho committed Jun 13, 2024
1 parent d60372b commit ae0ff76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
os: ${{ matrix.os }}
version: ${{ matrix.frida_version }}
- run: |
for example in ./frida-go-examples/*; do
gcc -v; for example in ./frida-go-examples/*; do
go build "$example"
done

0 comments on commit ae0ff76

Please sign in to comment.