ci: fix build

chore: add `set_symbols("debug")` in build script
This commit is contained in:
n15421
2025-06-02 22:20:57 +08:00
Unverified
parent 975c2cb583
commit 217c0d1342
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ jobs:
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
xmake-version: 2.9.9
- run: |
xmake repo -u
+2 -1
View File
@@ -16,7 +16,8 @@ jobs:
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
xmake-version: 2.9.9
- run: |
xmake repo -u
+1
View File
@@ -39,6 +39,7 @@ target("Cleaner") -- Change this to your mod name.
set_exceptions("none")
set_kind("shared")
set_languages("cxx20")
set_symbols("debug")
after_build(function (target)
local mod_packer = import("scripts.after_build")