Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v6

- name: 🐩 Install CMake and Ninja
uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 # latest
uses: lukka/get-cmake@ea83089aa35e08e459464341fe24ad024ee2466f # latest
with:
# Pin to specific version to avoid rebuilding too often
# Also helps to avoid spurious build failures like https://github.com/qgis/QGIS/pull/47098
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fetch-depth: 1

- name: 🐩 Install CMake and Ninja
uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 # latest
uses: lukka/get-cmake@ea83089aa35e08e459464341fe24ad024ee2466f # latest
with:
# Pin to specific version to avoid rebuilding too often
# Also helps to avoid spurious build failures like https://github.com/qgis/QGIS/pull/47098
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
choco uninstall cmake.install

- name: 🐩 Install CMake and Ninja
uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375
uses: lukka/get-cmake@ea83089aa35e08e459464341fe24ad024ee2466f
with:
cmakeVersion: 3.31.6

Expand Down