Skip to content

Commit b98ab6e

Browse files
authored
Merge pull request #44 from xqyjlj/fix-linux-ci-dev
🐎 ci: fix linux ci
2 parents 4d4b282 + 87818fc commit b98ab6e

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)