mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 02:07:55 +02:00
Add version to boost cache key
This commit is contained in:
parent
913c4e17e3
commit
d926f6307c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue