mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-03 04:06:31 +02:00
Use common cache for boost
This commit is contained in:
parent
4ee11f6475
commit
c6e34fc5e4
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue