Skip to content

Commit f592844

Browse files
committed
Workaround build failure in libsamplerate
1 parent d547497 commit f592844

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
cmake -G "${{matrix.generator}}" -A ${{matrix.platform}} ^
6666
-DRTTR_ENABLE_WERROR=ON -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR ^
6767
-DRTTR_EXTERNAL_BUILD_TESTING=ON -DRTTR_ENABLE_BENCHMARKS=ON -DRTTR_INCLUDE_DEVTOOLS=ON ^
68+
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 ^
6869
%cmakeFlags% ..
6970
- name: 'Build'
7071
run: cmake --build build_dir --config ${{matrix.type}} --parallel 4

0 commit comments

Comments
 (0)