Skip to content

Commit c106c94

Browse files
committed
ci(github): update xmake options
1 parent 9918917 commit c106c94

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ccpp.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v1
1818
- uses: xmake-io/github-action-setup-xmake@v1
19+
with:
20+
xmake-version: branch@dev
1921

2022
- name: Update git submodule
2123
run: |
@@ -92,8 +94,8 @@ jobs:
9294
- name: Build examples
9395
run: |
9496
cd examples
95-
xmake config -P . -y -v
96-
xmake build -P . -v
97+
xmake config -P . -y -vD
98+
xmake build -P . -vD
9799
xmake install -P . -o ../dist/lcui-examples
98100
mv ../dist/lcui-examples/bin/* ../dist/lcui-examples/
99101
rm -r ../dist/lcui-examples/bin

0 commit comments

Comments
 (0)