Skip to content

Commit d345206

Browse files
committed
.github/workflows/swift: revert previous commit
1 parent 768da29 commit d345206

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/swift.yaml

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

2525
- name: Install 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
26+
uses: Cyberbeni/install-swift-tool@v2
27+
with:
28+
url: https://github.com/apple/swift-format
3029

3130
- name: Format Swift code
3231
run: swift-format -r -i ./

0 commit comments

Comments
 (0)