Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix cache for PR on other branch than master
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
.github/workflows/macos-build.yml
|
@@ -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 |
|
|