File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ jobs:
8989 CIBW_MANYLINUX_AARCH64_IMAGE : manylinux_2_28
9090 CIBW_BEFORE_ALL : |
9191 if ! command - v swift > / dev / null ; then
92- curl - O "https://download.swift.org/ swiftly/linux/swiftly-$(uname -m).tar.gz" & & \
93- tar zxf " swiftly-$(uname -m).tar.gz" & & \
94- ./ swiftly init - - quiet - shell - followup & & \
95- . ${ SWIFTLY_HOME_DIR : - ~ / .local / share / swiftly } / env .sh & & \
96- hash - r
92+ mkdir swiftly
93+ curl - L "https://download.swift.org/ swiftly/linux/swiftly -$(uname -m).tar.gz" | tar - xzC swiftly
94+ ./ swiftly init - - assume - yes - - no - modify - profile - - skip - install - - quiet - shell - followup
95+ . "/home/${USER} /.local/share/swiftly/env.sh"
96+ swiftly install - - assume - yes - - use - - post - install - file 5.8
9797 fi
9898 CIBW_ENVIRONMENT : ""
9999 CIBW_ENVIRONMENT_MACOS : >
You can’t perform that action at this time.
0 commit comments