Skip to content

Commit 510604b

Browse files
committed
updated binary building
1 parent fe7c298 commit 510604b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/swift.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
- uses: actions/setup-node@v4
3131
with:
3232
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?
3733
- name: Setup Swift for Ubuntu
3834
if: runner.os == 'Linux'
3935
run: |
@@ -42,6 +38,8 @@ jobs:
4238
mv swift-${SWIFT_VERSION}-RELEASE-ubuntu22.04 /opt/swift
4339
rm swift-${SWIFT_VERSION}-RELEASE-ubuntu22.04.tar.gz
4440
echo "/opt/swift/usr/bin" >> $GITHUB_PATH
41+
- name: Swift Version
42+
run: swift --version
4543
- uses: actions/checkout@v4
4644
- name: Build
4745
run: swift build -c ${{ matrix.kind }}

0 commit comments

Comments
 (0)