Skip to content

Commit d660f10

Browse files
committed
Remove setup-swift
1 parent 0682b35 commit d660f10

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ jobs:
4343
runs-on: macos-15
4444
steps:
4545
- uses: actions/checkout@v4
46+
- uses: swift-actions/setup-swift@d10500c1ac8822132eebbd74c48c3372c71d7ff5
47+
with:
48+
swift-version: "6.1"
4649
- name: Build
47-
run: |
48-
docker run swift:6.1 uname -a
49-
docker run -v $PWD:/orc -w /orc swift:6.1 swift build -v
50+
run: swift build -v
5051

5152
build-ubuntu-latest:
5253
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)