Skip to content

Commit

Permalink
CI: Use correct zig command
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Apr 27, 2024
1 parent b7f1cad commit ea2e263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
for i in $(seq 1 5)
do
$ZIG build test --summary all --verbose && break || sleep 1
$SOLANA_ZIG_DIR/zig build test --summary all --verbose && break || sleep 1
if [[ $i == 5 ]]; then
exit 1
fi
Expand Down

0 comments on commit ea2e263

Please sign in to comment.