mirror of https://github.com/bitcoin/bitcoin.git
NOMERGE: freebsd, save a cache
This commit is contained in:
parent
8ed7cc4bc4
commit
8f6d0cc827
|
@ -517,7 +517,7 @@ jobs:
|
|||
|
||||
- name: Save ccache
|
||||
uses: cirruslabs/cache/save@v4
|
||||
if: ${{ (github.event_name == 'push') && (github.ref_name == github.event.repository.default_branch) }}
|
||||
# if: ${{ (github.event_name == 'push') && (github.ref_name == github.event.repository.default_branch) }}
|
||||
with:
|
||||
path: ${{ env.CCACHE_DIR }}
|
||||
key: ccache-${{ github.job }}-${{ github.run_id }}
|
||||
|
|
Loading…
Reference in New Issue