Skip to content

Commit c1fc7ce

Browse files
committed
wip
1 parent 5666db9 commit c1fc7ce

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/actions/install-swift/action.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ runs:
1919
- name: Install Swiftly
2020
shell: bash
2121
run: |
22-
set -ex
2322
UNAME=$(uname -m)
2423
2524
export SWIFTLY_HOME_DIR="$HOME/.local/share/swiftly"
@@ -36,22 +35,9 @@ runs:
3635
3736
echo "PATH=$SWIFTLY_BIN_DIR:$PATH" >> $GITHUB_ENV
3837
echo "PATH=\$SWIFTLY_BIN_DIR:\$PATH" >> $HOME/.bashrc
39-
echo $HOME
4038
4139
- name: Install Swift
4240
shell: bash
4341
run: |
44-
set -ex
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-
5642
swiftly install
5743
swift --version

0 commit comments

Comments
 (0)