Use common cache for boost

This commit is contained in:
badaix 2023-01-22 12:29:18 +01:00
parent 4ee11f6475
commit c6e34fc5e4

View file

@ -75,7 +75,8 @@ jobs:
uses: actions/cache@v3
with:
path: boost_${{ env.BOOST_VERSION }}
key: ${{ runner.os }}-boost
key: boost
enableCrossOsArchive: true
- name: get boost
if: steps.cache-boost.outputs.cache-hit != 'true'
run: |
@ -148,7 +149,8 @@ jobs:
uses: actions/cache@v3
with:
path: boost_${{ env.BOOST_VERSION }}
key: ${{ runner.os }}-boost
key: boost
enableCrossOsArchive: true
- name: get boost
if: steps.cache-boost.outputs.cache-hit != 'true'
run: |