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