Skip to content

Commit d20df6a

Browse files
committed
ci: fix
1 parent 3169f14 commit d20df6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main_ci_xmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
xmake-version: "latest"
3333

3434
- name: Configure
35-
run: xmake config -y --mode=${{ matrix.mode }} --vs_toolset=14.41
35+
run: xmake config -y --mode=${{ matrix.mode }} --vs_toolset=14
3636

3737
- name: Build
3838
run: xmake build -y -vD

0 commit comments

Comments
 (0)