Skip to content

Commit

Permalink
Pin cmake ninja version as CI failed for cmake 3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
1yefuwang1 committed Jul 3, 2024
1 parent 4439f73 commit bc8cc6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,13 @@ jobs:

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

- name: Setup Ninja
uses: seanmiddleditch/gha-setup-ninja@v5
with:
version: 1.11.1

- name: Bootstrap vcpkg
run: |
Expand Down

0 comments on commit bc8cc6c

Please sign in to comment.