From 76f8a45be1561df6a2a7d18e0600ec5c9ec0f5f5 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 10 Aug 2021 01:31:36 +0800 Subject: ... --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github/workflows') 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: | -- cgit v1.2.3