Skip to content

Commit 40844e3

Browse files
committed
123
1 parent f220282 commit 40844e3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- name: 👷 build
4848
shell: bash
4949
run: |
50+
export XMAKE_ROOT=y # Only need to use "--root" in CI
5051
xmake --version
5152
source env.sh
5253
pushd apps

env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
44

55
export XMAKE_RCFILES=${script_dir}/tools/scripts/xmake.lua
6-
export RT_XMAKE_LINK_TYPE="shared"
6+
export RT_XMAKE_LINK_TYPE="static"
77

88

99
# Check whether unzip is installed.

0 commit comments

Comments
 (0)