Skip to content

Commit 33edf71

Browse files
committed
fix(ci): install nasm on windows
1 parent 950636b commit 33edf71

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ jobs:
188188
case ${{ matrix.job.target }} in
189189
arm-unknown-linux-*) sudo apt-get -y update ; sudo apt-get -y install gcc-arm-linux-gnueabihf ;;
190190
aarch64-unknown-linux-gnu) sudo apt-get -y update ; sudo apt-get -y install gcc-aarch64-linux-gnu ;;
191+
i686-pc-windows-msvc) choco install nasm -y; echo "c:\Program Files\NASM" >> $GITHUB_PATH ;;
191192
esac
192193
193194
- name: Install Rust toolchain

0 commit comments

Comments
 (0)