Skip to content

Commit

Permalink
Fix windows CI by pinning cmake version to 3.28.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Apr 17, 2024
1 parent 5aec94c commit 4f094b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,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 Down

0 comments on commit 4f094b2

Please sign in to comment.