Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix restore-keys for cache action (#41419)
  • Loading branch information
3nids committed Feb 8, 2021
1 parent a215428 commit e7e32bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Expand Up @@ -90,7 +90,7 @@ jobs:
restore-keys: |
build-ccache-${{ github.head_ref }}-
build-ccache-${{ github.base_ref }}-
build-ccache-master-
build-ccache-refs/heads/master-
- name: Prepare build cache for branch/tag
# use a fork of actions/cache@v2 to upload cache even when the build or test failed
Expand All @@ -102,7 +102,7 @@ jobs:
key: build-ccache-${{ github.ref }}-${{ github.sha }}
restore-keys: |
build-ccache-${{ github.ref }}-
build-ccache-master-
build-ccache-refs/heads/master-
- name: Compile QGIS
id: compile
Expand Down

0 comments on commit e7e32bc

Please sign in to comment.