Skip to content

Commit 4190147

Browse files
committed
Now that packages are being built with the trunk swift-driver again on the CI, unset the NDK variable that it incorrectly tries to use
1 parent f65a4e5 commit 4190147

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sdks.yml

+2
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,8 @@ jobs:
294294
295295
if ${{ matrix.version == 'devel' }}; then
296296
FLAGS="-Xswiftc -disallow-use-new-driver"
297+
elif ${{ matrix.version == 'trunk' }}; then
298+
echo "ANDROID_NDK_ROOT=" >> $GITHUB_ENV
297299
fi
298300
299301
SFLAGS="--swift-sdk aarch64-unknown-linux-android${ANDROID_API_LEVEL} ${FLAGS}"

0 commit comments

Comments
 (0)