diff options
author | crupest <crupest@outlook.com> | 2022-05-10 19:18:32 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-05-10 19:18:32 +0800 |
commit | 891bf38d8580b83cdf6ae315cb2650dae7d79006 (patch) | |
tree | 3e7714df65147489c88dfc00a656339b29097d90 /.github | |
parent | b846a16e42b30418fe91ba3f06771fad57100624 (diff) | |
download | cru-891bf38d8580b83cdf6ae315cb2650dae7d79006.tar.gz cru-891bf38d8580b83cdf6ae315cb2650dae7d79006.tar.bz2 cru-891bf38d8580b83cdf6ae315cb2650dae7d79006.zip |
...
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 16 |
1 files changed, 4 insertions, 12 deletions
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: | |