Skip to content

Commit 6d84be2

Browse files
committed
Disable gh action installation for swift version
1 parent d2b759d commit 6d84be2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/swift.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: swift-actions/setup-swift@v2
16-
with:
17-
swift-version: "6.1"
15+
1816
- name: Build and Test
1917
run: ./scripts/build-and-test-ios.sh

0 commit comments

Comments
 (0)