From c6e34fc5e4fb05cfee21a6198f1c008ed2f8583c Mon Sep 17 00:00:00 2001 From: badaix Date: Sun, 22 Jan 2023 12:29:18 +0100 Subject: [PATCH] Use common cache for boost --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77bd98f9..585f0a65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |