Skip to content

Commit

Permalink
fix cache for PR on other branch than master
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 11, 2021
1 parent a038545 commit 3ef5356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-build.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
# The base_ref or target branch of the pull request in a workflow run.
restore-keys: |
build-mac-ccache-${{ github.actor }}-${{ github.head_ref }}-
build-mac-ccache-${{ github.base_ref }}-
build-mac-ccache-refs/heads/${{ github.base_ref }}-
build-mac-ccache-refs/heads/master-
- name: Prepare build cache for branch/tag
Expand Down

0 comments on commit 3ef5356

Please sign in to comment.