Skip to content

Commit 1812cc3

Browse files
committed
ci: update configure step
1 parent ad23640 commit 1812cc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
3434
- name: Configure
3535
if: runner.os == 'Windows'
36-
run: xmake config -y -k ${{ env.TARGET_KIND }} -m release --ci-env=y
36+
run: xmake config -y -v -k ${{ env.TARGET_KIND }} -m release --ci-env=y
3737

3838
- name: Configure for coverage mode
3939
if: runner.os == 'Linux'
40-
run: xmake config -y -k ${{ env.TARGET_KIND }} -m coverage --ci-env=y
40+
run: xmake config -y -v -k ${{ env.TARGET_KIND }} -m coverage --ci-env=y
4141

4242
- name: Build
4343
run: |

0 commit comments

Comments
 (0)