Skip to content

Commit 768da29

Browse files
committed
.github/workflows/swift: install swift-format via Linux homebrew
1 parent 805c5c6 commit 768da29

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/swift.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs:
2323
submodules: recursive
2424

2525
- name: Install swift-format
26-
uses: Cyberbeni/install-swift-tool@v2
27-
with:
28-
url: https://github.com/apple/swift-format
26+
run: /home/linuxbrew/.linuxbrew/bin/brew install swift-format
27+
# uses: Cyberbeni/install-swift-tool@v2
28+
# with:
29+
# url: https://github.com/apple/swift-format
2930

3031
- name: Format Swift code
3132
run: swift-format -r -i ./

0 commit comments

Comments
 (0)