We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19427e8 commit 7a33ba3Copy full SHA for 7a33ba3
.github/workflows/codeql-analysis.yml
@@ -28,6 +28,7 @@ jobs:
28
name: Analyze (${{ matrix.language }})
29
env:
30
WZ_CI_DISABLE_BASIS_COMPRESS_TEXTURES: ON
31
+ CMAKE_POLICY_VERSION_MINIMUM: 3.5 # Fix compatibility with CMake 4.0+ (Ubuntu's openal-soft package config specifies min CMake < 3.5)
32
33
steps:
34
- name: Checkout repository
0 commit comments