Skip to content

Commit

Permalink
install cmake and ninja to fix #234
Browse files Browse the repository at this point in the history
  • Loading branch information
lukka committed May 25, 2024
1 parent fd2db45 commit d74860e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: lukka/get-cmake@latest
- uses: actions/setup-node@v4
with:
node-version: '20.x'
Expand Down Expand Up @@ -56,6 +57,8 @@ jobs:
with:
submodules: true

- uses: lukka/get-cmake@latest

- name: basic test for run-vcpkg (not running vcpkg).
uses: ./
with:
Expand Down Expand Up @@ -93,6 +96,9 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true

- uses: lukka/get-cmake@latest

- name: basic test for run-vcpkg (not running vcpkg).
uses: ./
with:
Expand Down

0 comments on commit d74860e

Please sign in to comment.