Add version to boost cache key

This commit is contained in:
badaix 2023-01-22 14:05:00 +01:00
parent 913c4e17e3
commit d926f6307c

View file

@ -77,7 +77,7 @@ jobs:
uses: actions/cache@v3
with:
path: boost_${{ env.BOOST_VERSION }}
key: boost
key: boost-${{ env.BOOST_VERSION }}
enableCrossOsArchive: true
- name: get boost
if: steps.cache-boost.outputs.cache-hit != 'true'
@ -157,7 +157,7 @@ jobs:
uses: actions/cache@v3
with:
path: boost_${{ env.BOOST_VERSION }}
key: boost
key: boost-${{ env.BOOST_VERSION }}
enableCrossOsArchive: true
- name: get boost
if: steps.cache-boost.outputs.cache-hit != 'true'