Skip to content

Commit 7a33ba3

Browse files
committed
[GitHub Actions] CodeQL: Fix CMake 4.0 compat
1 parent 19427e8 commit 7a33ba3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql-analysis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
name: Analyze (${{ matrix.language }})
2929
env:
3030
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)
3132

3233
steps:
3334
- name: Checkout repository

0 commit comments

Comments
 (0)