Skip to content

Commit da6e447

Browse files
committed
Install buildtools
1 parent f517114 commit da6e447

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
@@ -70,7 +70,7 @@ jobs:
7070
run: brew install yasm automake autoconf
7171
if: runner.os == 'macOS'
7272
- name: Install build dependencies (Windows)
73-
run: choco install yasm
73+
run: choco install yasm visualstudio2019-workload-universalbuildtools
7474
if: runner.os == 'Windows'
7575
- name: Run tests
7676
run: tox -e py3

0 commit comments

Comments
 (0)