We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7c298 commit 510604bCopy full SHA for 510604b
1 file changed
.github/workflows/swift.yml
@@ -30,10 +30,6 @@ jobs:
30
- uses: actions/setup-node@v4
31
with:
32
node-version: 26-nightly
33
- - name: Swift Version
34
- run: swift --version
35
- # Is it failing to run tests b/c we're overriding
36
- # what swift binary to use?
37
- name: Setup Swift for Ubuntu
38
if: runner.os == 'Linux'
39
run: |
@@ -42,6 +38,8 @@ jobs:
42
mv swift-${SWIFT_VERSION}-RELEASE-ubuntu22.04 /opt/swift
43
rm swift-${SWIFT_VERSION}-RELEASE-ubuntu22.04.tar.gz
44
40
echo "/opt/swift/usr/bin" >> $GITHUB_PATH
41
+ - name: Swift Version
+ run: swift --version
45
- uses: actions/checkout@v4
46
- name: Build
47
run: swift build -c ${{ matrix.kind }}
0 commit comments