Skip to content

Commit ca95b50

Browse files
committed
ci: Unbreak release workflow
xcrun --show-sdk-version started to fail now. Suppress the error to unbreak the workflow until we find a better way to find the sdk version or xcrun is fixed. Signed-off-by: Nir Soffer <[email protected]>
1 parent e5a4ddd commit ca95b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# Xcode version
3434
xcodebuild -version
3535
# macOS SDK version
36-
xcrun --show-sdk-version
36+
xcrun --show-sdk-version || true
3737
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838
with:
3939
fetch-depth: 1

0 commit comments

Comments
 (0)