File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010
1111jobs :
1212 bazel_linux :
13- name : Bazel, Linux, Swift 6.1 # pre-installed
13+ name : Bazel, Linux, Swift 6.2 # pre-installed
1414 runs-on : ubuntu-24.04
1515 steps :
1616 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143 ref : ${{ env.RELEASE_BRANCH }}
144144 persist-credentials : false
145145 - name : Install SDK
146- run : swift sdk install https://download.swift.org/swift-6.1. 2-release/static-sdk/swift-6.1. 2-RELEASE/swift-6.1. 2-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz --checksum df0b40b9b582598e7e3d70c82ab503fd6fbfdff71fd17e7f1ab37115a0665b3b
146+ run : swift sdk install https://download.swift.org/swift-6.2-release/static-sdk/swift-6.2-RELEASE/swift-6.2-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz --checksum d2225840e592389ca517bbf71652f7003dbf45ac35d1e57d98b9250368769378
147147 - name : Build static binary
148148 run : |
149149 swift build \
You can’t perform that action at this time.
0 commit comments