aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci_github.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci_github.yml')
-rw-r--r--.github/workflows/ci_github.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci_github.yml b/.github/workflows/ci_github.yml
index 4c4116e..c2907b9 100644
--- a/.github/workflows/ci_github.yml
+++ b/.github/workflows/ci_github.yml
@@ -46,8 +46,8 @@ jobs:
- name: Cache Boost
uses: actions/cache@v2.1.4
with:
- path: '${{ runner.workspace }}/boost_*.tar.gz'
- key: 'boost-${{ env.boost_version }}'
+ path: '${{ runner.workspace }}/build/boost_*.tar.gz'
+ key: 'boost_${{ env.BOOST_VERSION }}'
- name: Build Boost
run: python -m project.ci.boost -- --with-filesystem