Commit 6788d0b 1 parent cd348eb commit 6788d0b Copy full SHA for 6788d0b
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
fail-fast : false
10
10
matrix :
11
- os : [macos-latest, windows-latest] # ubuntu-latest is not working at the moment
11
+ os : [macos-latest, windows-latest, ubuntu-latest]
12
12
13
13
name : Test Swift toolchain install on ${{ matrix.os }}
14
14
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ runs:
255
255
if [[ "${{ steps.validation.outputs.use_custom_url }}" == "1" ]]; then
256
256
mv "${{ inputs.release-asset-name }}" swift-toolchain.tar.gz
257
257
else
258
- curl -sL https://download.swift.org/${{ inputs.branch }}/ubuntu${release /./}/swift-${{ inputs.tag }}/swift-${{ inputs.tag }}-ubuntu${release }.tar.gz -o swift-toolchain.tar.gz
258
+ curl -sL https://download.swift.org/${{ inputs.branch }}/ubuntu${VERSION_ID /./}/swift-${{ inputs.tag }}/swift-${{ inputs.tag }}-ubuntu${VERSION_ID }.tar.gz -o swift-toolchain.tar.gz
259
259
fi
260
260
tar zxf swift-toolchain.tar.gz -C ${HOME}
261
261
rm -f swift-toolchain.tar.gz
You can’t perform that action at this time.
0 commit comments