You need to sign in or sign up before continuing.
Commit d502b99a authored by mercury233's avatar mercury233

update dependencies

parent cea5fb79
...@@ -84,7 +84,7 @@ jobs: ...@@ -84,7 +84,7 @@ jobs:
- name: Download miniaudio - name: Download miniaudio
run: | run: |
git clone --depth=1 -b 0.11.23 https://github.com/mackron/miniaudio git clone --depth=1 -b 0.11.25 https://github.com/mackron/miniaudio
cd miniaudio cd miniaudio
cp extras/miniaudio_split/miniaudio.* . cp extras/miniaudio_split/miniaudio.* .
cd .. cd ..
...@@ -118,23 +118,23 @@ jobs: ...@@ -118,23 +118,23 @@ jobs:
id: freetype id: freetype
uses: mercury233/action-cache-download-file@v1.0.0 uses: mercury233/action-cache-download-file@v1.0.0
with: with:
url: https://downloads.sourceforge.net/freetype/freetype-2.13.3.tar.gz url: https://downloads.sourceforge.net/freetype/freetype-2.14.2.tar.gz
- name: Extract freetype - name: Extract freetype
run: | run: |
tar xf ${{ steps.freetype.outputs.filepath }} tar xf ${{ steps.freetype.outputs.filepath }}
mv freetype-2.13.3 freetype mv freetype-2.14.2 freetype
- name: Download sqlite - name: Download sqlite
id: sqlite id: sqlite
uses: mercury233/action-cache-download-file@v1.0.0 uses: mercury233/action-cache-download-file@v1.0.0
with: with:
url: https://www.sqlite.org/2025/sqlite-amalgamation-3500100.zip url: https://www.sqlite.org/2026/sqlite-amalgamation-3510300.zip
- name: Extract sqlite - name: Extract sqlite
run: | run: |
7z x ${{ steps.sqlite.outputs.filepath }} 7z x ${{ steps.sqlite.outputs.filepath }}
mv sqlite-amalgamation-3500100 sqlite3 mv sqlite-amalgamation-3510300 sqlite3
- name: Create miniaudio external directory - name: Create miniaudio external directory
run: | run: |
...@@ -144,12 +144,12 @@ jobs: ...@@ -144,12 +144,12 @@ jobs:
id: ogg id: ogg
uses: mercury233/action-cache-download-file@v1.0.0 uses: mercury233/action-cache-download-file@v1.0.0
with: with:
url: https://github.com/xiph/ogg/releases/download/v1.3.5/libogg-1.3.5.tar.gz url: https://github.com/xiph/ogg/releases/download/v1.3.6/libogg-1.3.6.tar.gz
- name: Extract ogg - name: Extract ogg
run: | run: |
tar xf ${{ steps.ogg.outputs.filepath }} tar xf ${{ steps.ogg.outputs.filepath }}
mv libogg-1.3.5 miniaudio/external/ogg mv libogg-1.3.6 miniaudio/external/ogg
- name: Download opus - name: Download opus
id: opus id: opus
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment