File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,19 +48,19 @@ jobs:
4848 echo "BUILD_SCHEME=${{ matrix.swift-version }}" >> $GITHUB_ENV
4949 echo "TARGET_ARCHS=${{ matrix.arch }}" >> $GITHUB_ENV
5050 echo "WORKDIR=${{ runner.temp }}/swift-android-sdk" >> $GITHUB_ENV
51- SWIFT_TAG =$(curl -fsSL https://download.swift.org/${{ matrix.swift-version }}/ubuntu2404/latest-build.yml | grep '^dir: ' | cut -f 2 -d ' ')
52- echo "SWIFT_TAG =${SWIFT_TAG }" >> $GITHUB_ENV
51+ SWIFT_VERSION =$(curl -fsSL https://download.swift.org/${{ matrix.swift-version }}/ubuntu2404/latest-build.yml | grep '^dir: ' | cut -f 2 -d ' ')
52+ echo "SWIFT_VERSION =${SWIFT_VERSION }" >> $GITHUB_ENV
5353 - name : Build Android SDK (Local)
5454 if : ${{ matrix.build-type == 'local' }}
5555 working-directory : swift-ci/sdks/android
5656 run : |
5757 sudo apt install -q ninja-build patchelf
58- ./build-local tag:${SWIFT_TAG } ${WORKDIR}
58+ ./build-local tag:${SWIFT_VERSION } ${WORKDIR}
5959 - name : Build Android SDK (Docker)
6060 if : ${{ matrix.build-type == 'docker' }}
6161 working-directory : swift-ci/sdks/android
6262 run : |
63- ./build-docker tag:${SWIFT_TAG } ${WORKDIR}
63+ ./build-docker tag:${SWIFT_VERSION } ${WORKDIR}
6464 - name : Install Host Toolchain
6565 if : ${{ matrix.build-type == 'docker' }}
6666 working-directory : swift-ci/sdks/android
You can’t perform that action at this time.
0 commit comments