Skip to content

Commit df1d701

Browse files
committed
CI: Workaround VcPkg installation issue
Set an env variable to allow installing e.g. FFTW with CMake 4.x See microsoft/vcpkg#44746
1 parent 1abc639 commit df1d701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454

5555
- name: Install Windows dependencies
5656
if: startsWith(matrix.os,'windows')
57+
env: {CMAKE_POLICY_VERSION_MINIMUM: 3.5} # See https://github.com/microsoft/vcpkg/issues/44746
5758
run: |
5859
vcpkg install libsndfile:x64-windows opus:x64-windows fftw3:x64-windows
5960

0 commit comments

Comments
 (0)