We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 091b741 + 606cd61 commit 4dc7f54Copy full SHA for 4dc7f54
.github/workflows/ci.yml
@@ -84,6 +84,10 @@ jobs:
84
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" >> "$env:GITHUB_ENV"
85
echo "$env:VCPKG_INSTALLATION_ROOT\installed\x64-windows\lib" >> "$env:GITHUB_PATH"
86
87
+ - name: Install NASM (Windows)
88
+ if: matrix.platform.name == 'Windows'
89
+ uses: ilammy/setup-nasm@v1
90
+
91
- name: Install Native Dependencies (Linux)
92
if: matrix.platform.name == 'Linux'
93
run: |
0 commit comments