Skip to content

Commit

Permalink
Fixed Boost libraries cache key in GitHub Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
percona-ysorokin committed Mar 28, 2024
1 parent ad9bcfa commit b174691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
uses: actions/cache@v4
with:
path: ${{runner.temp}}/deps/boost-install-${{matrix.config.label}}
key: ${{format('boost-static-libraries-{0}-{1}-{2}', env.BOOST_MAJOR, env.BOOST_MINOR, env.BOOST_PATCH)}}
key: ${{format('boost-static-libraries-{0}-{1}-{2}-{3}', env.BOOST_MAJOR, env.BOOST_MINOR, env.BOOST_PATCH, matrix.config.label)}}

- name: Checking out Boost source tree
if: steps.cache-boost-static-libraries.outputs.cache-hit != 'true'
Expand Down

0 comments on commit b174691

Please sign in to comment.