Skip to content

Commit 6c912e0

Browse files
authored
💚 Install nasm and yasm on macos
1 parent 21d33c9 commit 6c912e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ jobs:
487487
run: |
488488
npm i typescript
489489
brew install dos2unix
490-
brew instal gnu-tar terminal-notifier watchman
490+
brew instal gnu-tar terminal-notifier watchman nasm yasm
491491
rustup install ${{ needs.build-data.outputs.rust_version }}
492492
rustup default ${{ needs.build-data.outputs.rust_version }}
493493
cargo install sccache

0 commit comments

Comments
 (0)