aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci_appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 80248d0..26e2e16 100644
--- a/.github/workflows/ci_appveyor.yml
+++ b/.github/workflows/ci_appveyor.yml
@@ -47,8 +47,8 @@ jobs:
- name: Cache Boost
uses: actions/cache@v2.1.4
with:
- path: C:\projects\boost_*.tar.gz
- key: 'boost-${{ env.boost_version }}'
+ path: '${{ github.workspace }}/examples/build/boost_*.tar.gz'
+ key: 'boost_${{ env.BOOST_VERSION }}'
- name: Build Boost
run: python -m project.ci.boost --hint AppVeyor -- --with-filesystem