Skip to content

Commit c8a7896

Browse files
committed
CI: Bump depends cache version
1 parent 98c6066 commit c8a7896

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -558,8 +558,8 @@ jobs:
558558
depends/built
559559
depends/sdk-sources
560560
depends/${{ matrix.config.host }}
561-
key: ${{ runner.os }}-depends-${{ matrix.config.host }}
562-
restore-keys: ${{ runner.os }}-depends-${{ matrix.config.host }}
561+
key: ${{ runner.os }}-depends-${{ matrix.config.host }}-v2
562+
restore-keys: ${{ runner.os }}-depends-${{ matrix.config.host }}-v2
563563

564564
- name: Build Depends
565565
run: |
@@ -603,6 +603,7 @@ jobs:
603603
CCACHE_COMPRESS: 1
604604
WINEDEBUG: fixme-all
605605
BOOST_TEST_RANDOM: 1 # random seed based on the current time
606+
SDK_URL: https://bitcoincore.org/depends-sources/sdks
606607
defaults:
607608
run:
608609
shell: bash
@@ -688,8 +689,8 @@ jobs:
688689
depends/built
689690
depends/sdk-sources
690691
depends/${{ matrix.config.host }}
691-
key: ${{ runner.os }}-depends-${{ matrix.config.host }}
692-
restore-keys: ${{ runner.os }}-depends-${{ matrix.config.host }}
692+
key: ${{ runner.os }}-depends-${{ matrix.config.host }}-v2
693+
restore-keys: ${{ runner.os }}-depends-${{ matrix.config.host }}-v2
693694

694695
- name: ccache cache files
695696
uses: actions/cache@v4

0 commit comments

Comments
 (0)