We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5666db9 commit c1fc7ceCopy full SHA for c1fc7ce
.github/actions/install-swift/action.yml
@@ -19,7 +19,6 @@ runs:
19
- name: Install Swiftly
20
shell: bash
21
run: |
22
- set -ex
23
UNAME=$(uname -m)
24
25
export SWIFTLY_HOME_DIR="$HOME/.local/share/swiftly"
@@ -36,22 +35,9 @@ runs:
36
35
37
echo "PATH=$SWIFTLY_BIN_DIR:$PATH" >> $GITHUB_ENV
38
echo "PATH=\$SWIFTLY_BIN_DIR:\$PATH" >> $HOME/.bashrc
39
- echo $HOME
40
41
- name: Install Swift
42
43
44
45
- echo SHELL=$SHELL
46
- echo PATH=$PATH
47
- echo HOME=$HOME
48
-
49
- ls /github/home/.local/share/swiftly/bin/swiftly
50
- which swiftly
51
52
- cat $HOME/.bashrc || true
53
- cat $HOME/.profile || true
54
- cat $HOME/.bash_profile || true
55
56
swiftly install
57
swift --version
0 commit comments