Skip to content

Commit

Permalink
workflows workaround CMake ~3.29.6 version
Browse files Browse the repository at this point in the history
Use the CMake ~3.29.6 until the following bug will be fixed:
https://gitlab.kitware.com/cmake/cmake/-/issues/26111
  • Loading branch information
silverqx committed Jul 4, 2024
1 parent affc068 commit 62831b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/analyzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
- name: CMake and Ninja install latest versions
uses: lukka/get-cmake@latest
with:
cmakeVersion: "~3.29.6"
useLocalCache: true
useCloudCache: false

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-qt6-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ jobs:
- name: CMake and Ninja install latest versions
uses: lukka/get-cmake@latest
with:
cmakeVersion: "~3.29.6"
useLocalCache: true
useCloudCache: false

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/vcpkg-linux-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
- name: CMake and Ninja install latest versions
uses: lukka/get-cmake@latest
with:
cmakeVersion: "~3.29.6"
useLocalCache: true
useCloudCache: false

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/vcpkg-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
- name: CMake and Ninja install latest versions
uses: lukka/get-cmake@latest
with:
cmakeVersion: "~3.29.6"
useLocalCache: true
useCloudCache: false

Expand Down

0 comments on commit 62831b0

Please sign in to comment.