We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 745de43 commit 116b7ddCopy full SHA for 116b7dd
1 file changed
.github/workflows/main_ci_xmake.yml
@@ -32,7 +32,7 @@ jobs:
32
xmake-version: "latest"
33
34
- name: Configure
35
- run: xmake config -y --mode=${{ matrix.mode }} --vs_toolset=14
+ run: xmake config -y --mode=${{ matrix.mode }}
36
37
- name: Build
38
run: xmake build -y -vD
0 commit comments