We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8fefa5 + 358386e commit 7f96b25Copy full SHA for 7f96b25
.github/workflows/pull-request-checks.yaml
@@ -521,10 +521,10 @@ jobs:
521
uses: actions/cache@v3
522
with:
523
path: .ccache
524
- key: ${{ runner.os }}-Release-Glucose${{ github.ref }}-${{ github.sha }}-PR
+ key: ${{ runner.os }}-Release-Glucose-${{ github.ref }}-${{ github.sha }}-PR
525
restore-keys: |
526
- ${{ runner.os }}-Release-Glucose${{ github.ref }}
527
- ${{ runner.os }}-Release
+ ${{ runner.os }}-Release-Glucose-${{ github.ref }}
+ ${{ runner.os }}-Release-Glucose
528
- name: ccache environment
529
run: |
530
echo "CCACHE_BASEDIR=$PWD" >> $GITHUB_ENV
0 commit comments