We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24c2eb commit 807e062Copy full SHA for 807e062
.github/workflows/sdks.yml
@@ -88,7 +88,7 @@ jobs:
88
uses: actions/cache@v2
89
with:
90
path: ~/swift-${{ matrix.version }}-android-${{ matrix.arch }}-*-sdk.tar.xz
91
- key: ${{ matrix.version }}-${{ steps.version.outputs.latest }}-${{ matrix.arch }}-new-sdk
+ key: ${{ matrix.version }}-${{ steps.version.outputs.latest }}-${{ matrix.arch }}-bump-sdk
92
- name: Clone
93
uses: actions/checkout@v2
94
0 commit comments