File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 99 required : true
1010
1111 schedule :
12- - cron : " 0 0 * * *"
12+ - cron : " 0 0 1 * *"
1313 push :
1414 paths-ignore :
1515 - ' README.md'
16- - ' .github/**'
16+ # - '.github/**'
1717 branches : [ master ]
1818
1919 pull_request :
4747 asset_name : RustPlayer-macos
4848 steps :
4949 - uses : actions/checkout@v2
50+ with :
51+ submodules : ' recursive'
5052 # - name: patch dynamic build
5153 # run: git apply dynamic-lib.patch
5254
@@ -115,6 +117,8 @@ jobs:
115117 # shell: msys2 {0}
116118 steps :
117119 - uses : actions/checkout@v2
120+ with :
121+ submodules : ' recursive'
118122 - run : rustup toolchain install ${{ inputs.RUST_TOOLCHAIN }} --profile minimal
119123 - uses : Swatinem/rust-cache@v2
120124
Original file line number Diff line number Diff line change 1+ [submodule "thirdparty/rust-ffmpeg-sys "]
2+ path = thirdparty/rust-ffmpeg-sys
3+ url = https://github.com/Kingtous/rust-ffmpeg-sys.git
Original file line number Diff line number Diff line change 2020 source : .
2121 override-pull : |
2222 snapcraftctl pull
23- git apply dynamic-lib.patch
23+ git submodule update --init --recursive
2424 build-packages :
2525 - pkg-config
2626 - libssl-dev
You can’t perform that action at this time.
0 commit comments