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 52cb792 commit 7e41591Copy full SHA for 7e41591
.github/workflows/sdks.yml
@@ -296,9 +296,7 @@ jobs:
296
${TOOLCHAIN}/bin/swift sdk install ~/${{ steps.version.outputs.tag }}-android-*.artifactbundle.tar.gz
297
${TOOLCHAIN}/bin/swift sdk configure --show-configuration ${{ steps.version.outputs.tag }}-android-${ANDROID_API_LEVEL}-${BUNDLE_VERSION} armv7-unknown-linux-androideabi${ANDROID_API_LEVEL}
298
299
- if ${{ matrix.version == 'devel' }}; then
300
- FLAGS="-Xswiftc -disallow-use-new-driver"
301
- elif ${{ matrix.version == 'trunk' }}; then
+ if ${{ matrix.version != 'release' }}; then
302
echo "ANDROID_NDK_ROOT=" >> $GITHUB_ENV
303
fi
304
0 commit comments