We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df3f42 commit 87818fcCopy full SHA for 87818fc
1 file changed
.github/workflows/build.yml
@@ -85,7 +85,7 @@ jobs:
85
export XMAKE_ROOT=y # Only need to use "--root" in CI
86
xmake --version
87
source env.sh
88
- pushd apps
+ pushd apps/${{ matrix.app }}
89
xmake f -a x86_64 --target_os=linux -vyD
90
- xmake -j$(nproc) -vyD ${{ matrix.app }}
+ xmake -j$(nproc) -vyD -P .
91
popd
0 commit comments