Skip to content

Commit 018187a

Browse files
committed
Fix failure in build-and-analyze.yml
This requires a new version: - mxcl/xcodebuild#124 - mxcl/xcodebuild@v3.5.0...v3.5.1
1 parent 5399f6b commit 018187a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-analyze.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
submodules: true
1919
- name: mxcl/Xcodebuild
20-
uses: mxcl/xcodebuild@v3.4.0
20+
uses: mxcl/xcodebuild@v3.5.1
2121
with:
2222
scheme: ownCloudSDK
2323
action: build

0 commit comments

Comments
 (0)