From 891bf38d8580b83cdf6ae315cb2650dae7d79006 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 10 May 2022 19:18:32 +0800 Subject: ... --- .github/workflows/ci.yml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d84ba18..bafbb59b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,13 +18,9 @@ jobs: runs-on: macos-latest steps: - - uses: actions/checkout@v2 - - - name: Restore Cache - uses: actions/cache@v3 + - uses: actions/checkout@v3 with: - path: ~/.cache/vcpkg/archives - key: vcpkg-${{ runner.os }} + submodules: true - name: Setup Ninja run: | @@ -45,13 +41,9 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v2 - - - name: Restore Cache - uses: actions/cache@v3 + - uses: actions/checkout@v3 with: - path: ~/AppData/Local/vcpkg/archives - key: vcpkg-${{ runner.os }} + submodules: true - name: Setup Ninja run: | -- cgit v1.2.3