File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434 - name : Prepare image
3535 run : ./scripts/prep-gh-action.sh
3636 - name : Install swiftly
37- run : curl -O https://download.swift.org/swiftly/linux/swiftly-0.4.0-dev-x86_64.tar.gz && tar zxf swiftly-*.tar.gz && mv swiftly /usr/bin && swiftly init -y --skip-install
37+ run : curl -O https://download.swift.org/swiftly/linux/swiftly-0.4.0-dev-x86_64.tar.gz && tar zxf swiftly-*.tar.gz && ./ swiftly init -y --skip-install
3838 - name : Update environment
39- run : bash -c '. "/root/.local/share/swiftly/env.sh" && echo "GITHUB_ENV=$ GITHUB_ENV" && echo "PATH=$PATH " >> "$GITHUB_ENV" && echo "PATH=$PATH" "$GITHUB_ENV"'
39+ run : bash -c '. "/root/.local/share/swiftly/env.sh" && echo "PATH=$PATH" >> "$ GITHUB_ENV" && echo "SWIFTLY_HOME_DIR=$SWIFTLY_HOME_DIR " >> "$GITHUB_ENV" && echo "SWIFTLY_BIN_DIR=$SWIFTLY_BIN_DIR" >> "$GITHUB_ENV"'
4040 - name : Install selected swift toolchain
4141 run : swiftly install --post-install-file=post-install.sh
4242 - name : Perform swift toolchain post-installation
You can’t perform that action at this time.
0 commit comments