Skip to content

Commit

Permalink
Merge pull request #44 from xqyjlj/fix-linux-ci-dev
Browse files Browse the repository at this point in the history
🐎 ci: fix linux ci
  • Loading branch information
BernardXiong authored Oct 25, 2023
2 parents 4d4b282 + 87818fc commit b98ab6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
export XMAKE_ROOT=y # Only need to use "--root" in CI
xmake --version
source env.sh
pushd apps
pushd apps/${{ matrix.app }}
xmake f -a x86_64 --target_os=linux -vyD
xmake -j$(nproc) -vyD ${{ matrix.app }}
xmake -j$(nproc) -vyD -P .
popd

0 comments on commit b98ab6e

Please sign in to comment.