Skip to content

Commit 87818fc

Browse files
committed
🐎 ci: fix linux ci
1 parent 8df3f42 commit 87818fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
export XMAKE_ROOT=y # Only need to use "--root" in CI
8686
xmake --version
8787
source env.sh
88-
pushd apps
88+
pushd apps/${{ matrix.app }}
8989
xmake f -a x86_64 --target_os=linux -vyD
90-
xmake -j$(nproc) -vyD ${{ matrix.app }}
90+
xmake -j$(nproc) -vyD -P .
9191
popd

0 commit comments

Comments
 (0)