aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci_github.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-24 11:43:04 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-24 15:25:23 +0300
commit02ac65574a6b9b97e6720dd81257ea1542930e58 (patch)
tree038ff636005c64f5aecea37ea5da24ac2b385a9a /.github/workflows/ci_github.yml
parentactions/build-boost: no more --verbose, it's stable (diff)
downloadcmake-common-02ac65574a6b9b97e6720dd81257ea1542930e58.tar.gz
cmake-common-02ac65574a6b9b97e6720dd81257ea1542930e58.zip
workflows: fix cache path
Forgot to switch to $RUNNER_WORKSPACE/build in the workflows also. Also, the usual crap with the cache action made me change the cache keys, or it would be restore in the wrong location for some reason.
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