We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d0804 commit 51fda7bCopy full SHA for 51fda7b
1 file changed
.github/workflows/build.yml
@@ -53,6 +53,7 @@ jobs:
53
export XMAKE_ROOT=y # Only need to use "--root" in CI
54
xmake --version
55
source env.sh
56
+ export RT_XMAKE_LINK_TYPE="static"
57
pushd apps
58
xmake f -a ${{ matrix.arch }} -vyD
59
xmake -j$(nproc) -vyD
0 commit comments