Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
ygopro
Commits
94e83ca3
Commit
94e83ca3
authored
Mar 20, 2026
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'mer/patch-deps' into merge-20260320
parents
982a4b39
d502b99a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
.github/workflows/build.yml
.github/workflows/build.yml
+7
-7
No files found.
.github/workflows/build.yml
View file @
94e83ca3
...
...
@@ -75,7 +75,7 @@ jobs:
-
name
:
Download miniaudio
run
:
|
git clone --depth=1 -b 0.11.2
3
https://github.com/mackron/miniaudio
git clone --depth=1 -b 0.11.2
5
https://github.com/mackron/miniaudio
cd miniaudio
cp extras/miniaudio_split/miniaudio.* .
cd ..
...
...
@@ -110,23 +110,23 @@ jobs:
id
:
freetype
uses
:
mercury233/action-cache-download-file@v1.0.0
with
:
url
:
https://downloads.sourceforge.net/freetype/freetype-2.1
3.3
.tar.gz
url
:
https://downloads.sourceforge.net/freetype/freetype-2.1
4.2
.tar.gz
-
name
:
Extract freetype
run
:
|
tar xf ${{ steps.freetype.outputs.filepath }}
mv freetype-2.1
3.3
freetype
mv freetype-2.1
4.2
freetype
-
name
:
Download sqlite
id
:
sqlite
uses
:
mercury233/action-cache-download-file@v1.0.0
with
:
url
:
https://www.sqlite.org/202
5/sqlite-amalgamation-35001
00.zip
url
:
https://www.sqlite.org/202
6/sqlite-amalgamation-35103
00.zip
-
name
:
Extract sqlite
run
:
|
7z x ${{ steps.sqlite.outputs.filepath }}
mv sqlite-amalgamation-35
001
00 sqlite3
mv sqlite-amalgamation-35
103
00 sqlite3
-
name
:
Create miniaudio external directory
run
:
|
...
...
@@ -136,12 +136,12 @@ jobs:
id
:
ogg
uses
:
mercury233/action-cache-download-file@v1.0.0
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
run
:
|
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
id
:
opus
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment