Skip to content

Commit 2315bf9

Browse files
committed
Fix build-linux-apps Compile only setup apps
1 parent 5842b61 commit 2315bf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ jobs:
8585
export XMAKE_ROOT=y # Only need to use "--root" in CI
8686
xmake --version
8787
source env.sh
88-
pushd apps/${{ matrix.app }}
88+
pushd apps
89+
echo "includes(path.join(path.join(os.scriptdir(), \"${{ matrix.app }}\"), \"xmake.lua\"))" > xmake.lua
8990
xmake f -a x86_64 --target_os=linux -vyD
9091
xmake -j$(nproc) -vyD -P .
9192
popd

0 commit comments

Comments
 (0)