Skip to content

Commit dece27e

Browse files
committed
Nix needless diagnostic output steps
1 parent a159a72 commit dece27e

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,6 @@ jobs:
2424
with:
2525
swift-version: 6.2
2626

27-
- name: Print Swift version and location (Unix)
28-
if: runner.os != 'Windows'
29-
run: |
30-
swift --version
31-
which swift
32-
which swiftc
33-
echo "PATH=$PATH"
34-
35-
- name: Print Swift version and location (Windows)
36-
if: runner.os == 'Windows'
37-
run: |
38-
swift --version
39-
where swift
40-
where swiftc
41-
echo "PATH=$env:PATH"
42-
4327
- name: Restore Cache for SPM
4428
uses: actions/cache@v4
4529
with:

0 commit comments

Comments
 (0)