aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci_appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci_appveyor.yml')
-rw-r--r--.github/workflows/ci_appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci_appveyor.yml b/.github/workflows/ci_appveyor.yml
index a88dc7d..6b66455 100644
--- a/.github/workflows/ci_appveyor.yml
+++ b/.github/workflows/ci_appveyor.yml
@@ -46,10 +46,10 @@ jobs:
python-version: '3.x'
- name: Cache Boost
- uses: actions/cache@v2
+ uses: actions/cache@v2.1.4
with:
path: C:\projects\boost_*.tar.gz
- key: '${{ runner.os }}-boost-${{ env.boost_version }}'
+ key: 'boost-${{ env.boost_version }}'
- name: Create C:\projects
run: mkdir C:\projects