Skip to content

Commit 7986817

Browse files
authored
fix: command
1 parent a5e5e55 commit 7986817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: set up xcode
2424
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh
2525
- name: run the build script
26-
run: PATH="/usr/local/opt/bison/bin:$PATH" XML_CATALOG_FILES="/usr/local/etc/xml/catalog" ./ios.sh --full --enable-gpl --enable-x264 --enable-x265 --enable-xvidcore
26+
run: PATH="/usr/local/opt/bison/bin:$PATH" XML_CATALOG_FILES="/usr/local/etc/xml/catalog" ./ios.sh --enable-gpl --enable-ios-zlib --enable-openssl --enable-zimg --enable-x264
2727
- name: package zip
2828
working-directory: ./prebuilt/bundle-apple-xcframework-ios/
2929
run: zip -r ffmpegkit-bundled.xcframework.zip *

0 commit comments

Comments
 (0)