File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 22
22
# arch: ['x86_64']
23
23
# build both the quick (x86_64) and complete (aarch64,x86_64,armv7) SDKs
24
24
# arch: ['x86_64', '']
25
- # swift-version: ['swift-6.2-RELEASE', 'swift-6.3-branch', 'development']
26
25
swift-version : ['swift-6.2-RELEASE', 'swift-6.2-branch', 'development']
27
26
runs-on : ubuntu-24.04
28
27
steps :
49
48
echo "TARGET_ARCHS=${{ matrix.arch }}" >> $GITHUB_ENV
50
49
echo "WORKDIR=${{ runner.temp }}/swift-android-sdk" >> $GITHUB_ENV
51
50
# fetch the tag associated with the latest published build for the specific Swift version
52
- if [[ "${{ matrix.build-type }}" == *'-RELEASE' ]]; then
53
- SWIFT_TAG="${{ matrix.build-type }}"
51
+ if [[ "${{ matrix.swift-version }}" == *'-RELEASE' ]]; then
52
+ SWIFT_TAG="${{ matrix.swift-version }}"
54
53
else
55
54
SWIFT_TAG=$(curl -fsSL https://download.swift.org/${{ matrix.swift-version }}/ubuntu2404/latest-build.yml | grep '^dir: ' | cut -f 2 -d ' ')
56
55
fi
You can’t perform that action at this time.
0 commit comments