Skip to content

Commit

Permalink
Revert "workflows workaround CMake ~3.29.6 version"
Browse files Browse the repository at this point in the history
Bug is already fix in v3.30.1.

See: https://gitlab.kitware.com/cmake/cmake/-/issues/26111

This reverts commit 62831b0.
  • Loading branch information
silverqx committed Jul 21, 2024
1 parent 3d599fc commit 5a66f86
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/analyzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ 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: 0 additions & 1 deletion .github/workflows/linux-qt6-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ 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: 0 additions & 1 deletion .github/workflows/vcpkg-linux-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ 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: 0 additions & 1 deletion .github/workflows/vcpkg-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ 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 5a66f86

Please sign in to comment.