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 f73289d commit 997b6a2Copy full SHA for 997b6a2
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Xmake configure
46
run: |
47
- xmake config --yes --mode=${{ matrix.build_type }}
+ xmake f -c -vD --mode=${{ matrix.build_type }}
48
49
- name: Build
50
0 commit comments