Skip to content

Commit

Permalink
print nasm version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Aug 7, 2024
1 parent 04e24f5 commit 8266f25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
run: make clean && make debug

- name: Clean and test
run: make clean && make test
run: |
nasm --version
make clean && make test

0 comments on commit 8266f25

Please sign in to comment.