Skip to content

Commit

Permalink
Merge pull request H-uru#1583 from dpogue/cmake-version
Browse files Browse the repository at this point in the history
CI: Try forcing CMake 3.29.2 to fix vcpkg
  • Loading branch information
dpogue authored Apr 17, 2024
2 parents 2b9260c + 0126168 commit abd6a79
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
arch: ${{ matrix.platform.qt-arch }}
dir: ${{ github.workspace }}/qt

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.29.2'

- name: Setup NuGet
run: |
nuget sources add `
Expand Down Expand Up @@ -131,6 +136,11 @@ jobs:
token: ${{ secrets.MACHINE_USER_REPO_READ }}
path: maxsdk

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.29.2'

- name: Setup NuGet
run: |
nuget sources add `
Expand Down Expand Up @@ -198,6 +208,11 @@ jobs:
ninja-build \
qtbase5-dev
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.29.2'

- name: Setup NuGet
run: |
nuget sources add \
Expand Down Expand Up @@ -271,6 +286,11 @@ jobs:
nasm \
python-setuptools
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.29.2'

- name: Setup NuGet
run: |
nuget sources add \
Expand Down

0 comments on commit abd6a79

Please sign in to comment.