diff options
author | crupest <crupest@outlook.com> | 2021-08-10 01:31:36 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-08-10 01:31:36 +0800 |
commit | 76f8a45be1561df6a2a7d18e0600ec5c9ec0f5f5 (patch) | |
tree | fc5da0da2b41358be18ab957aaedc8032148d107 /.github/workflows | |
parent | 9aa99ad73489408245c6e247c352bfa979d089f9 (diff) | |
download | cru-76f8a45be1561df6a2a7d18e0600ec5c9ec0f5f5.tar.gz cru-76f8a45be1561df6a2a7d18e0600ec5c9ec0f5f5.tar.bz2 cru-76f8a45be1561df6a2a7d18e0600ec5c9ec0f5f5.zip |
...
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea4b7d41..4a4a6725 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,11 @@ jobs: path: ~/AppData/Local/vcpkg/archives key: vcpkg-${{ runner.os }} + - name: Setup Ninja + uses: ashutoshvarma/setup-ninja@master + with: + version: 1.10.2 + - name: Run build script shell: pwsh run: | |