File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 7272 ./main.sh install -p ios -l 'openssl opus dav1d dvdread uavs3d smb2 bluray'
7373 ./main.sh install -p tvos -l 'openssl opus dav1d dvdread uavs3d smb2 bluray'
7474 ./main.sh install -p macos -l 'openssl opus dav1d dvdread uavs3d smb2 bluray'
75+ ./main.sh install -p android -l 'openssl opus dav1d dvdread uavs3d smb2 bluray'
7576 .github/workflows/onestep.sh ffmpeg all
Original file line number Diff line number Diff line change 55 pull_request :
66 branches : [master]
77
8- name : Create dvdread Release
8+ name : Dvdread
99
1010jobs :
1111 build :
12- name : compile dvdread then deploy
12+ name : compile apple and android dvdread then deploy
1313 runs-on : macos-14
1414 env :
1515 GH_TOKEN : ${{ github.token }}
1616 steps :
17+ - uses : nttld/setup-ndk@v1
18+ id : setup-ndk
19+ with :
20+ ndk-version : r21e
21+ add-to-path : false
22+ local-cache : true
1723 - name : Checkout code
1824 uses : actions/checkout@v4
1925 - name : One Step
You can’t perform that action at this time.
0 commit comments