Skip to content

Commit

Permalink
Specify working cmake version to use on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed Jun 24, 2021
1 parent 6ab0234 commit 470603f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-main.yml
Expand Up @@ -322,7 +322,9 @@ jobs:
D:/a/wesnoth/vcpkg/bootstrap-vcpkg.bat
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.8
uses: jwlawson/actions-setup-cmake@v1.9
with:
cmake-version: '3.20'

- name: Use cmake
run: |
Expand Down Expand Up @@ -374,7 +376,9 @@ jobs:
D:/a/wesnoth/vcpkg/bootstrap-vcpkg.bat
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.8
uses: jwlawson/actions-setup-cmake@v1.9
with:
cmake-version: '3.20'

- name: Use cmake
run: |
Expand Down

0 comments on commit 470603f

Please sign in to comment.