We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1d701 commit 6477334Copy full SHA for 6477334
.github/workflows/build.yml
@@ -56,6 +56,7 @@ jobs:
56
if: startsWith(matrix.os,'windows')
57
env: {CMAKE_POLICY_VERSION_MINIMUM: 3.5} # See https://github.com/microsoft/vcpkg/issues/44746
58
run: |
59
+ echo $env:CMAKE_POLICY_VERSION_MINIMUM
60
vcpkg install libsndfile:x64-windows opus:x64-windows fftw3:x64-windows
61
62
- name: Create CMake Build Environment
0 commit comments