We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f220282 commit 40844e3Copy full SHA for 40844e3
2 files changed
.github/workflows/build.yml
@@ -47,6 +47,7 @@ jobs:
47
- name: 👷 build
48
shell: bash
49
run: |
50
+ export XMAKE_ROOT=y # Only need to use "--root" in CI
51
xmake --version
52
source env.sh
53
pushd apps
env.sh
@@ -3,7 +3,7 @@
3
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
4
5
export XMAKE_RCFILES=${script_dir}/tools/scripts/xmake.lua
6
-export RT_XMAKE_LINK_TYPE="shared"
+export RT_XMAKE_LINK_TYPE="static"
7
8
9
# Check whether unzip is installed.
0 commit comments