Skip to content

Commit

Permalink
ci(github): update xmake options
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Sep 26, 2024
1 parent 9918917 commit c106c94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev

- name: Update git submodule
run: |
Expand Down Expand Up @@ -92,8 +94,8 @@ jobs:
- name: Build examples
run: |
cd examples
xmake config -P . -y -v
xmake build -P . -v
xmake config -P . -y -vD
xmake build -P . -vD
xmake install -P . -o ../dist/lcui-examples
mv ../dist/lcui-examples/bin/* ../dist/lcui-examples/
rm -r ../dist/lcui-examples/bin
Expand Down

0 comments on commit c106c94

Please sign in to comment.