Skip to content

Commit 199932c

Browse files
authored
Update build-android.yml
1 parent 17d10a3 commit 199932c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
unzip -q -o ndk.zip -d .ndk
4141
echo "ANDROID_NDK_ROOT=$PWD/.ndk/$(ls .ndk)" >> $GITHUB_ENV
4242
- name: run the build script
43-
run: ./android.sh --enable-gpl --enable-android-zlib --enable-openssl --enable-zimg --enable-x264
43+
run: ./android.sh --enable-gpl --enable-android-zlib --enable-zimg --enable-x264
4444
- name: Upload Release Asset (.integrity)
4545
id: upload-release-asset-integrity
4646
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)