Skip to content

Commit

Permalink
[skip ci] add install nasm
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Jan 4, 2024
1 parent cdf2492 commit a1b3a83
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 a1b3a83

Please sign in to comment.