We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3169f14 commit d20df6aCopy full SHA for d20df6a
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.41
+ run: xmake config -y --mode=${{ matrix.mode }} --vs_toolset=14
36
37
- name: Build
38
run: xmake build -y -vD
0 commit comments