Skip to content

Commit cd1ef9f

Browse files
committed
More debugging info.
1 parent e8e3fd7 commit cd1ef9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,13 @@ jobs:
6060
- name: Info
6161
shell: bash
6262
run: |
63-
ls -laF $HOME/.swiftly/
6463
cat $HOME/.swiftly/env.sh
6564
. $HOME/.swiftly/env.sh
6665
env | sort
6766
hash -r
67+
ls -laF $HOME/.swiftly/
6868
which swift
69+
ls -laF $HOME/.swiftly/bin/
6970
cd swift
7071
swift --version -v
7172

0 commit comments

Comments
 (0)