Skip to content

Commit

Permalink
ci(github): update build options for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Sep 11, 2024
1 parent d85c7ea commit 2906bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
continue-on-error: true
run: |
cd examples
xmake config -P . -y
xmake config -P . -y -v
xmake build -P . -v
xmake install -P . -o ../dist/lcui-examples
mv ../dist/lcui-examples/bin/* ../dist/lcui-examples/
Expand Down

0 comments on commit 2906bae

Please sign in to comment.