diff options
author | crupest <crupest@outlook.com> | 2021-05-12 09:12:52 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-12 09:12:52 +0800 |
commit | 9c32e6d705b23cf0f5d7c0909271640401f9785f (patch) | |
tree | 495ae22cadaa3585343a41aa70afdef4f0f53454 /.github/workflows | |
parent | 1497b881c6d13c5e037dcd57988029df0b0e50eb (diff) | |
download | cru-9c32e6d705b23cf0f5d7c0909271640401f9785f.tar.gz cru-9c32e6d705b23cf0f5d7c0909271640401f9785f.tar.bz2 cru-9c32e6d705b23cf0f5d7c0909271640401f9785f.zip |
...
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b461e3d3..33ca8010 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Restore Cache uses: actions/cache@v2 with: - path: vcpkg_installed + path: ~/AppData/Local/vcpkg/archives key: vcpkg-${{ runner.os }} - name: Run build script |