Skip to content

Commit

Permalink
Pin cmake version to 3.29.0
Browse files Browse the repository at this point in the history
Intermittent problems with 3.29.1 microsoft/vcpkg#37968 (comment)
  • Loading branch information
m-kuhn authored and nirvn committed Apr 5, 2024
1 parent 831a125 commit ce19d1d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ jobs:

- name: 🐩 Install CMake and Ninja
uses: lukka/get-cmake@latest
with:
cmakeVersion: 3.29.0

- name: 🔨 Prepare build env
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ jobs:
echo $(brew --prefix gettext)/bin >> $GITHUB_PATH
echo $(brew --prefix autoconf-archive)/bin >> $GITHUB_PATH
- name: 🐩 Install CMake and Ninja
uses: lukka/get-cmake@latest
with:
cmakeVersion: 3.29.0

- name: 🍭 Setup XCode
uses: maxim-lobanov/[email protected]
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
release:
types: ['published']


jobs:
build:
name: build (linux)
Expand Down Expand Up @@ -39,6 +38,8 @@ jobs:

- name: 🐩 Install CMake and Ninja
uses: lukka/get-cmake@latest
with:
cmakeVersion: 3.29.0

- name: 🔨 Prepare build env
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
echo $(brew --prefix flex)/bin >> $GITHUB_PATH
echo $(brew --prefix libtool)/bin >> $GITHUB_PATH
- name: 🐩 Install CMake and Ninja
uses: lukka/get-cmake@latest
with:
cmakeVersion: 3.29.0
- name: 🍭 Setup XCode
uses: maxim-lobanov/[email protected]
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- name: 🐩 Install CMake and Ninja
uses: lukka/get-cmake@latest
with:
cmakeVersion: 3.29.0

- name: 🧽 Developer Command Prompt for Microsoft Visual C++
uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit ce19d1d

Please sign in to comment.