diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fbee1b9..209a60e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'