We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2b344 commit 81c66a8Copy full SHA for 81c66a8
1 file changed
.github/workflows/multi-platform.yml
@@ -34,13 +34,8 @@ jobs:
34
35
- name: Own The Libs
36
run: |
37
- ls -la
38
- ls -la ffmpeg-api
39
- # git clone https://github.com/prevter/ffmpeg-libs.git
40
- # cd ffmpeg-libs && git checkout ${{ matrix.config.name }}
41
- # cd ..
42
- # 7z x ffmpeg-libs/lib/lib.7z -offmpeg-api/lib
43
-
+ git clone -b ${{ matrix.config.name }} --single-branch --depth=1 https://github.com/prevter/ffmpeg-libs.git
+ 7z x ffmpeg-libs/lib/lib.7z -olib
44
45
- name: Build the mod
46
uses: geode-sdk/build-geode-mod@main
0 commit comments