Skip to content

Commit bba8461

Browse files
committed
Correct iOS CI invocation.
1 parent b711cef commit bba8461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
ref: "v${{ env.CPYTHON_RELEASE }}"
298298

299299
- name: Build and test
300-
run: python3 Platforms/Apple build ci --slow-ci
300+
run: python3 Platforms/Apple ci iOS --slow-ci
301301

302302
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
303303
with:

0 commit comments

Comments
 (0)