We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad23640 commit 1812cc3Copy full SHA for 1812cc3
.github/workflows/ccpp.yml
@@ -33,11 +33,11 @@ jobs:
33
34
- name: Configure
35
if: runner.os == 'Windows'
36
- run: xmake config -y -k ${{ env.TARGET_KIND }} -m release --ci-env=y
+ run: xmake config -y -v -k ${{ env.TARGET_KIND }} -m release --ci-env=y
37
38
- name: Configure for coverage mode
39
if: runner.os == 'Linux'
40
- run: xmake config -y -k ${{ env.TARGET_KIND }} -m coverage --ci-env=y
+ run: xmake config -y -v -k ${{ env.TARGET_KIND }} -m coverage --ci-env=y
41
42
- name: Build
43
run: |
0 commit comments