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 2d28cc3 commit 92ad8cdCopy full SHA for 92ad8cd
.github/workflows/sdks.yml
@@ -12,9 +12,6 @@ jobs:
12
matrix:
13
version: [release, devel, trunk]
14
os: [ubuntu-24.04, macos-13]
15
- exclude:
16
- - version: trunk
17
- os: macos-13
18
env:
19
ANDROID_API_LEVEL: 24
20
BUNDLE_VERSION: 0.1
@@ -34,7 +31,7 @@ jobs:
34
31
SWIFT_TAG="swift-DEVELOPMENT-SNAPSHOT-${LATEST_TOOLCHAIN_VERSION}-a"
35
32
fi
36
33
echo "tag=$SWIFT_TAG" >> $GITHUB_OUTPUT
37
- echo "key=$SWIFT_TAG-ndk-${NDK_VERSION}-test-bundle" >> $GITHUB_OUTPUT
+ echo "key=$SWIFT_TAG-ndk-${NDK_VERSION}-sdk-bundle" >> $GITHUB_OUTPUT
38
- name: Get cached SDK bundle
39
id: cache-bundle
40
uses: actions/cache/restore@v4
0 commit comments