Skip to content

Commit

Permalink
🩹 (ci): Fix cache key values for ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Aug 12, 2021
1 parent 7ede655 commit cd67522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-code_analysis-compare_bin_map_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ env.CCACHE_DIR}}
key: ${{ runner.os }}-cache-cross_compilation-${{ matrix.custom_target }}-ccache-${{ steps.cache_variables.outputs.date }}
key: ${{ runner.os }}-cache-code_analysis-compare_bin_map_files-${{ matrix.custom_target }}-ccache-${{ steps.cache_variables.outputs.date }}
restore-keys: |
${{ runner.os }}-cache-cross_compilation-${{ matrix.custom_target }}-ccache-
${{ runner.os }}-cache-code_analysis-compare_bin_map_files-${{ matrix.custom_target }}-ccache-
#
# Mark: - Install python/pip dependencies
Expand Down

0 comments on commit cd67522

Please sign in to comment.