Skip to content

Commit cd6a31b

Browse files
authored
Fix release-xcframework failure from non-executable libcurl build script (#4)
* Initial plan * Invoke libcurl release script with bash --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent c785422 commit cd6a31b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# headers for the Objectively source dependency. macOS uses system curl.
3535
- name: Build libcurl.xcframework
3636
working-directory: Objectively
37-
run: ./Frameworks/build-libcurl.sh
37+
run: bash ./Frameworks/build-libcurl.sh
3838

3939
- name: Fetch SDL3.xcframework
4040
working-directory: ObjectivelyGPU

0 commit comments

Comments
 (0)