Skip to content

Commit f65a4e5

Browse files
committed
Start using the trunk swift-driver again on the CI when cross-compiling and testing packages
1 parent fa4fb89 commit f65a4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
${TOOLCHAIN}/bin/swift sdk install ~/${{ steps.version.outputs.tag }}-android-*.artifactbundle.tar.gz
293293
${TOOLCHAIN}/bin/swift sdk configure --show-configuration ${{ steps.version.outputs.tag }}-android-${ANDROID_API_LEVEL}-${BUNDLE_VERSION} armv7-unknown-linux-androideabi${ANDROID_API_LEVEL}
294294
295-
if ${{ matrix.version != 'release' }}; then
295+
if ${{ matrix.version == 'devel' }}; then
296296
FLAGS="-Xswiftc -disallow-use-new-driver"
297297
fi
298298

0 commit comments

Comments
 (0)