Skip to content

Commit 807e062

Browse files
committed
Rename cache key for SDKs to trigger rebuilding them on CI with the latest NDK 25b
1 parent e24c2eb commit 807e062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/cache@v2
8989
with:
9090
path: ~/swift-${{ matrix.version }}-android-${{ matrix.arch }}-*-sdk.tar.xz
91-
key: ${{ matrix.version }}-${{ steps.version.outputs.latest }}-${{ matrix.arch }}-new-sdk
91+
key: ${{ matrix.version }}-${{ steps.version.outputs.latest }}-${{ matrix.arch }}-bump-sdk
9292
- name: Clone
9393
uses: actions/checkout@v2
9494
with:

0 commit comments

Comments
 (0)