Skip to content

Commit c6a0796

Browse files
committed
Maybe it's using the wrong switch command?
1 parent a9c64fc commit c6a0796

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
run: |
6363
. $HOME/.swiftly/env.sh
6464
hash -r
65+
which swift
6566
cd swift
6667
swift --version -v
6768
@@ -70,6 +71,7 @@ jobs:
7071
run: |
7172
. $HOME/.swiftly/env.sh
7273
hash -r
74+
which swift
7375
cd swift
7476
swift build -v
7577
@@ -78,5 +80,6 @@ jobs:
7880
run: |
7981
. $HOME/.swiftly/env.sh
8082
hash -r
83+
which swift
8184
cd swift
8285
swift test -v

0 commit comments

Comments
 (0)