We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec1b8b commit 8f2b344Copy full SHA for 8f2b344
1 file changed
.github/workflows/multi-platform.yml
@@ -32,6 +32,16 @@ jobs:
32
steps:
33
- uses: actions/checkout@v4
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
+
44
45
- name: Build the mod
46
uses: geode-sdk/build-geode-mod@main
47
with:
0 commit comments