Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-core
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
0
Merge Requests
0
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-core
Commits
6b81a1af
Commit
6b81a1af
authored
Jun 18, 2025
by
mercury233
Committed by
GitHub
Jun 18, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use premake 5.0.0-beta7 & lua 5.4.8 (#766)
parent
c08f2d97
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
11 deletions
+7
-11
.github/workflows/build.yml
.github/workflows/build.yml
+6
-6
premake/dll.lua
premake/dll.lua
+1
-5
No files found.
.github/workflows/build.yml
View file @
6b81a1af
...
...
@@ -20,18 +20,18 @@ jobs:
id
:
lua
uses
:
mercury233/action-cache-download-file@v1.0.0
with
:
url
:
https://www.lua.org/ftp/lua-5.4.
7
.tar.gz
url
:
https://www.lua.org/ftp/lua-5.4.
8
.tar.gz
-
name
:
Lua
run
:
|
tar -xzf ${{ steps.lua.outputs.filepath }}
move lua-5.4.
7
lua
move lua-5.4.
8
lua
-
name
:
Download premake
id
:
premake
uses
:
mercury233/action-cache-download-file@v1.0.0
with
:
url
:
https://github.com/premake/premake-core/releases/download/v5.0.0-beta
5/premake-5.0.0-beta5
-windows.zip
url
:
https://github.com/premake/premake-core/releases/download/v5.0.0-beta
7/premake-5.0.0-beta7
-windows.zip
-
name
:
Premake
run
:
|
...
...
@@ -89,18 +89,18 @@ jobs:
id
:
lua
uses
:
mercury233/action-cache-download-file@v1.0.0
with
:
url
:
https://www.lua.org/ftp/lua-5.4.
7
.tar.gz
url
:
https://www.lua.org/ftp/lua-5.4.
8
.tar.gz
-
name
:
Lua
run
:
|
tar -xzf ${{ steps.lua.outputs.filepath }}
mv lua-5.4.
7
lua
mv lua-5.4.
8
lua
-
name
:
Download premake
id
:
premake
uses
:
mercury233/action-cache-download-file@v1.0.0
with
:
url
:
https://github.com/premake/premake-core/releases/download/v5.0.0-beta
5/premake-5.0.0-beta5
-linux.tar.gz
url
:
https://github.com/premake/premake-core/releases/download/v5.0.0-beta
7/premake-5.0.0-beta7
-linux.tar.gz
-
name
:
Premake
run
:
|
...
...
premake/dll.lua
View file @
6b81a1af
...
...
@@ -35,11 +35,7 @@ workspace "ocgcoredll"
startproject
"ocgcore"
filter
{
"configurations:Release"
,
"action:vs*"
}
if
linktimeoptimization
then
linktimeoptimization
"On"
else
flags
{
"LinkTimeOptimization"
}
end
linktimeoptimization
"On"
staticruntime
"On"
disablewarnings
{
"4146"
,
"4334"
}
...
...
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