Skip to content

Commit 8f2b344

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

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/multi-platform.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v4
3434

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+
44+
3545
- name: Build the mod
3646
uses: geode-sdk/build-geode-mod@main
3747
with:

0 commit comments

Comments
 (0)