diff options
author | crupest <crupest@outlook.com> | 2022-02-22 18:30:25 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-22 18:30:25 +0800 |
commit | 81b3bfede96dd606597f609985c68994ec0e9ad4 (patch) | |
tree | 194720efceba2a3ebb03f299efff88ca25787ed5 /.github/workflows | |
parent | ec005f153e48a918eed603a8f632f37ab1861917 (diff) | |
download | cru-81b3bfede96dd606597f609985c68994ec0e9ad4.tar.gz cru-81b3bfede96dd606597f609985c68994ec0e9ad4.tar.bz2 cru-81b3bfede96dd606597f609985c68994ec0e9ad4.zip |
...
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 10 |
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: | |