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 2c31f54 commit 9d27d8bCopy full SHA for 9d27d8b
.github/workflows/swift.yml
@@ -51,4 +51,4 @@ jobs:
51
run: |
52
brew install skiptools/skip/skip || (brew update && brew install skiptools/skip/skip)
53
skip android sdk install --version ${{ matrix.swift }}
54
- ANDROID_NDK_ROOT="" skip android build --build-tests --arch ${{ matrix.arch }}
+ ANDROID_NDK_ROOT="" skip android build --arch ${{ matrix.arch }}
0 commit comments