Skip to content

Commit 81c66a8

Browse files
authored
Update multi-platform.yml
1 parent 8f2b344 commit 81c66a8

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/multi-platform.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,8 @@ jobs:
3434

3535
- name: Own The Libs
3636
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-
37+
git clone -b ${{ matrix.config.name }} --single-branch --depth=1 https://github.com/prevter/ffmpeg-libs.git
38+
7z x ffmpeg-libs/lib/lib.7z -olib
4439
4540
- name: Build the mod
4641
uses: geode-sdk/build-geode-mod@main

0 commit comments

Comments
 (0)