Skip to content

Commit 800fa95

Browse files
authored
Use built compilers since we are not installing pinned toolchain for this job (#1021)
1 parent 4c08b18 commit 800fa95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2163,7 +2163,7 @@ jobs:
21632163
android-api-level: ${{ inputs.ANDROID_API_LEVEL }}
21642164
android-clang-version: ${{ inputs.ANDROID_CLANG_VERSION }}
21652165
ndk-path: ${{ steps.setup-ndk.outputs.ndk-path }}
2166-
pinned-compilers: '@("C", "CXX")'
2166+
built-compilers: '@("C", "CXX")'
21672167
cmake-defines: |
21682168
@{
21692169
'BUILD_SHARED_LIBS' = "YES";

0 commit comments

Comments
 (0)