Skip to content

Commit

Permalink
fixup! Include Python version in cache.config key, after Python setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 27, 2023
1 parent 3ec71c5 commit cb5a69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
uses: actions/cache@v3
with:
path: config.cache
key: ${{ github.job }}-${{ runner.os }}-${{ env.pythonLocation }}-${{ needs.check_source.outputs.config_hash }}
key: ${{ github.job }}-${{ runner.os }}-${{ needs.check_source.outputs.config_hash }}-${{ env.pythonLocation }}
- name: Install Dependencies
run: sudo ./.github/workflows/posix-deps-apt.sh
- name: Add ccache to PATH
Expand Down

0 comments on commit cb5a69c

Please sign in to comment.