Skip to content

Commit

Permalink
[skip ci] install nasm on windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Oct 18, 2023
1 parent bcb382a commit 07af2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
with:
update: true
msystem: MINGW64
install: base-devel git gcc make python3 # mingw-w64-x86_64-clang
install: base-devel git gcc make python3 nasm # mingw-w64-x86_64-clang

- name: Build windows
# shell: msys2 {0}
Expand Down

0 comments on commit 07af2d5

Please sign in to comment.