Skip to content

Commit f1df8f0

Browse files
committed
use 38-xcbeautify branch
1 parent 1199591 commit f1df8f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,15 @@ jobs:
100100
steps:
101101
- uses: actions/checkout@v5
102102
- name: Build and Test
103-
uses: brightdigit/swift-build@v1.3.0
103+
uses: brightdigit/swift-build@38-xcbeautify
104104
with:
105105
scheme: Supabase-Package
106106
type: ${{ matrix.type }}
107107
xcode: ${{ matrix.xcode }}
108108
deviceName: ${{ matrix.deviceName }}
109109
osVersion: ${{ matrix.osVersion }}
110110
download-platform: ${{ matrix.download-platform }}
111+
use-xcbeautify: true
111112
- name: Process coverage
112113
id: coverage-files
113114
continue-on-error: true

0 commit comments

Comments
 (0)