Skip to content

Commit 522958b

Browse files
committed
wip
1 parent 515127c commit 522958b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,11 @@ runs:
3939
- name: Install Swift
4040
shell: bash
4141
run: |
42+
set -ex
43+
echo $SHELL
44+
echo $PATH
45+
cat ~/.profile
46+
cat ~/.bashrc
47+
cat ~/.bash_profile
4248
swiftly install
4349
swift --version

0 commit comments

Comments
 (0)