Skip to content

Commit

Permalink
ci: add nasm to x64 build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gemesa committed Dec 20, 2024
1 parent 8676348 commit f5f6c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install prerequisites
run: |
rustup target add x86_64-pc-windows-gnu
sudo apt-get install gcc-mingw-w64
sudo apt-get install gcc-mingw-w64 nasm
- name: Build
run: make x64

0 comments on commit f5f6c13

Please sign in to comment.