aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-02-22 18:30:25 +0800
committercrupest <crupest@outlook.com>2022-02-22 18:30:25 +0800
commit81b3bfede96dd606597f609985c68994ec0e9ad4 (patch)
tree194720efceba2a3ebb03f299efff88ca25787ed5 /.github/workflows/ci.yml
parentec005f153e48a918eed603a8f632f37ab1861917 (diff)
downloadcru-81b3bfede96dd606597f609985c68994ec0e9ad4.tar.gz
cru-81b3bfede96dd606597f609985c68994ec0e9ad4.tar.bz2
cru-81b3bfede96dd606597f609985c68994ec0e9ad4.zip
...
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 50c54149..97b538ef 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,9 +27,8 @@ jobs:
key: vcpkg-${{ runner.os }}
- name: Setup Ninja
- uses: ashutoshvarma/setup-ninja@master
- with:
- version: 1.10.2
+ run: |
+ brew install ninja
- name: Build
run: |
@@ -55,9 +54,8 @@ jobs:
key: vcpkg-${{ runner.os }}
- name: Setup Ninja
- uses: ashutoshvarma/setup-ninja@master
- with:
- version: 1.10.2
+ run: |
+ choco install ninja
- name: Build
run: |