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 fa4fb89 commit f65a4e5Copy full SHA for f65a4e5
.github/workflows/sdks.yml
@@ -292,7 +292,7 @@ jobs:
292
${TOOLCHAIN}/bin/swift sdk install ~/${{ steps.version.outputs.tag }}-android-*.artifactbundle.tar.gz
293
${TOOLCHAIN}/bin/swift sdk configure --show-configuration ${{ steps.version.outputs.tag }}-android-${ANDROID_API_LEVEL}-${BUNDLE_VERSION} armv7-unknown-linux-androideabi${ANDROID_API_LEVEL}
294
295
- if ${{ matrix.version != 'release' }}; then
+ if ${{ matrix.version == 'devel' }}; then
296
FLAGS="-Xswiftc -disallow-use-new-driver"
297
fi
298
0 commit comments