Skip to content

Commit 2154989

Browse files
committed
Use conda to install nasm on windows and activate compiler
1 parent f6e07db commit 2154989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: brew install nasm automake autoconf
8585
if: runner.os == 'macOS'
8686
- name: install build dependencies (Windows)
87-
run: choco install nasm
87+
run: conda install nasm vs2019_win-64
8888
if: runner.os == 'Windows'
8989
- name: Run tests
9090
run: tox -e py3

0 commit comments

Comments
 (0)