diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af8e62f..6a4f2b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7647da6..7fe23dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/xmake.lua b/xmake.lua index f5696d6..902aa89 100644 --- a/xmake.lua +++ b/xmake.lua @@ -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")