From 2906baeca413626f466694e022ed19b1844a7ddf Mon Sep 17 00:00:00 2001 From: Liu Date: Wed, 11 Sep 2024 22:39:22 +0800 Subject: [PATCH] ci(github): update build options for examples --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 3d8e4c601..f8bfd7cdc 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -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/