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
d502b99a
You need to sign in or sign up before continuing.
Commit
d502b99a
authored
Mar 16, 2026
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update dependencies
parent
cea5fb79
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 @
d502b99a
...
@@ -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.2
3
https://github.com/mackron/miniaudio
git clone --depth=1 -b 0.11.2
5
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.1
3.3
.tar.gz
url
:
https://downloads.sourceforge.net/freetype/freetype-2.1
4.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.1
3.3
freetype
mv freetype-2.1
4.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/202
5/sqlite-amalgamation-35001
00.zip
url
:
https://www.sqlite.org/202
6/sqlite-amalgamation-35103
00.zip
-
name
:
Extract sqlite
-
name
:
Extract sqlite
run
:
|
run
:
|
7z x ${{ steps.sqlite.outputs.filepath }}
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
-
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
...
...
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