We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71bf2d commit 79147b8Copy full SHA for 79147b8
.github/workflows/ci-build-binary-artifacts.yaml
@@ -139,6 +139,11 @@ jobs:
139
140
- name: Install vcpkg packages
141
run: |
142
+ # See https://github.com/microsoft/vcpkg/issues/32600#issuecomment-1638907069
143
+ mkdir -p ${{ env.VCPKG_ROOT }}/downloads
144
+ cd ${{ env.VCPKG_ROOT }}/downloads
145
+ curl -O -L https://github.com/microsoft/vcpkg/files/12073957/nasm-2.16.01-win64.zip
146
+ cd -
147
${{ env.VCPKG_ROOT }}\vcpkg.exe install --triplet ${{ matrix.triplet }} > dependencies.txt
148
149
- name: Build and package
0 commit comments