1 Commits

4 changed files with 6 additions and 10 deletions
-2
View File
@@ -10,8 +10,6 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: xmake-io/github-action-setup-xmake@v1 - uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: "2.9.9"
- uses: actions/cache@v4 - uses: actions/cache@v4
with: with:
-2
View File
@@ -10,8 +10,6 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: xmake-io/github-action-setup-xmake@v1 - uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: "2.9.9"
- uses: actions/cache@v4 - uses: actions/cache@v4
with: with:
+3 -3
View File
@@ -2,7 +2,7 @@
"format_version": 3, "format_version": 3,
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d", "format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
"tooth": "github.com/GroupMountain/GMDebugStick", "tooth": "github.com/GroupMountain/GMDebugStick",
"version": "1.1.0", "version": "1.2.0",
"info": { "info": {
"name": "GMDebugStick", "name": "GMDebugStick",
"description": "Register for a debug stick item", "description": "Register for a debug stick item",
@@ -17,8 +17,8 @@
"label": "", "label": "",
"platform": "win-x64", "platform": "win-x64",
"dependencies": { "dependencies": {
"github.com/LiteLDev/LeviLamina": ">=1.3.0", "github.com/LiteLDev/LeviLamina": ">=1.4.0",
"github.com/GroupMountain/GMLIB-Release": ">=1.3.0" "github.com/GroupMountain/GMLIB-Release": ">=1.4.0"
}, },
"assets": [ "assets": [
{ {
+3 -3
View File
@@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git") add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
add_repositories("groupmountain-repo https://github.com/GroupMountain/xmake-repo.git") add_repositories("groupmountain-repo https://github.com/GroupMountain/xmake-repo.git")
add_requires("levilamina 1.3.0", {configs = {target_type = "server"}}) add_requires("levilamina 1.4.0", {configs = {target_type = "server"}})
add_requires("levibuildscript 0.4.0") add_requires("levibuildscript 0.4.1")
add_requires("gmlib 1.3.0") add_requires("gmlib 1.4.0")
if not has_config("vs_runtime") then if not has_config("vs_runtime") then
set_runtimes("MD") set_runtimes("MD")