Skip to content

Commit

Permalink
build: ignore example build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Jan 2, 2024
1 parent d89ef8f commit bbf87b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ jobs:
xmake package -v
xmake install -o dist/lcui-package
- name: Package examples
- name: Build examples
continue-on-error: true
run: |
cd examples
xmake -P . -v -y
Expand Down

0 comments on commit bbf87b3

Please sign in to comment.