Skip to content

Commit

Permalink
Pin cmake version to 3.28.x for windows and mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Apr 15, 2024
1 parent f53b419 commit 3a342c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
- name: brew
run: |
brew install libomp cmake automake autoconf libtool gcc ninja
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.28.x'
- name: vcpkg build
uses: johnwason/vcpkg-action@v6
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
path: target_ws/src

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.28.x'

- name: vcpkg build
uses: johnwason/vcpkg-action@v6
with:
Expand All @@ -36,6 +41,7 @@ jobs:
cache-key: ci-${{ matrix.os }}
github-binarycache: true
revision: 2024.01.12

- name: configure-msvc
uses: ilammy/msvc-dev-cmd@v1
with:
Expand Down

0 comments on commit 3a342c2

Please sign in to comment.