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 bfb9e50 commit c527b1dCopy full SHA for c527b1d
.github/workflows/pull_request.yml
@@ -64,7 +64,7 @@ jobs:
64
if: ${{ matrix.build-type == 'local' }}
65
working-directory: swift-ci/sdks/android
66
run: |
67
- sudo apt install -q ninja-build patchelf
+ sudo apt install -q patchelf build-essential cmake ninja-build python3 golang git gnupg2 libcurl4-openssl-dev libedit-dev libicu-dev libncurses5-dev libpython3-dev libsqlite3-dev libxml2-dev rsync uuid-dev uuid-runtime tzdata curl unzip
68
./build-local ${BUILD_SCHEME} ${WORKDIR}
69
- name: Build Android SDK (Docker)
70
if: ${{ matrix.build-type == 'docker' }}
0 commit comments