Skip to content

Commit 8fd17ab

Browse files
committed
Build is failing for some mysterious reason; disabling 3p action
1 parent 93c5763 commit 8fd17ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: k-arindam/setup-swift@v6.0.0
20-
with:
21-
swift-version: "6.0.0"
19+
# - uses: k-arindam/setup-swift@v6.0.0
20+
# with:
21+
# swift-version: "6.0.0"
2222

2323
- name: Get swift version
2424
run: swift --version

0 commit comments

Comments
 (0)