We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7c435 commit 1f48004Copy full SHA for 1f48004
1 file changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
fail-fast: false
26
matrix:
27
- swift_version: ${{ fromJSON(inputs.swift_versions || '["6.3"]') }}
+ swift_version: ${{ fromJSON(inputs.swift_versions || '["6.3", "nightly-main"]') }}
28
sdk_triple: ['aarch64-unknown-linux-android28']
29
ndk_version: ['r27d']
30
os: ['ubuntu-latest', 'macos-latest']
@@ -46,6 +46,7 @@ jobs:
46
run: |
47
set -euxo pipefail
48
if [[ "${RUNNER_OS}" == "Linux" ]]; then
49
+ sudo apt-get update
50
sudo apt-get -yq install curl jq gpg unzip libcurl4-openssl-dev
51
ARCH="$(uname -m)"
52
curl -L -O --retry 3 "https://download.swift.org/swiftly/linux/swiftly-${ARCH}.tar.gz"
0 commit comments