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 d512582 commit 16dcbaaCopy full SHA for 16dcbaa
.github/workflows/pull_request.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Build Android SDK
49
working-directory: swift-ci/sdks/android
50
run: |
51
- sudo apt -q install ninja-build
+ sudo apt install -q ninja-build
52
./build
53
#TARGET_ARCHS=${{ matrix.arch }} ./build
54
- name: Upload SDK artifactbundle
swift-ci/sdks/android/build
@@ -1,4 +1,4 @@
1
-#!/bin/bash -ex
+#!/bin/bash -e
2
# Swift Android SDK: Top-level Build Script
3
4
# default architectures to build for
0 commit comments