Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed Sep 22, 2023
1 parent b720d2b commit 7058a18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ runs:
curl -L -o swiftly-install.sh https://swift-server.github.io/swiftly/swiftly-install.sh
chmod a+x swiftly-install.sh
./swiftly-install.sh --disable-confirmation --no-modify-profile </dev/null
echo "SWIFTLY_HOME_DIR=${HOME}/.local/share/swiftly" >>"${GITHUB_ENV}"
echo "SWIFTLY_BIN_DIR=${HOME}/.local/bin" >>"${GITHUB_ENV}"
echo "${HOME}/.local/bin" >>"${GITHUB_PATH}"
- id: toolchain-install
Expand Down

0 comments on commit 7058a18

Please sign in to comment.