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 f65a4e5 commit 4190147Copy full SHA for 4190147
.github/workflows/sdks.yml
@@ -294,6 +294,8 @@ jobs:
294
295
if ${{ matrix.version == 'devel' }}; then
296
FLAGS="-Xswiftc -disallow-use-new-driver"
297
+ elif ${{ matrix.version == 'trunk' }}; then
298
+ echo "ANDROID_NDK_ROOT=" >> $GITHUB_ENV
299
fi
300
301
SFLAGS="--swift-sdk aarch64-unknown-linux-android${ANDROID_API_LEVEL} ${FLAGS}"
0 commit comments