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 4930f6c commit 3f10955Copy full SHA for 3f10955
.github/workflows/build.yml
@@ -89,7 +89,7 @@ jobs:
89
uses: TheMrMilchmann/setup-msvc-dev@v3
90
with:
91
arch: x64
92
- toolset: '14.42'
+ toolset: '14.43'
93
94
- name: Setup MYSYS2 (Windows)
95
if: matrix.config.os == 'windows' && ( matrix.config.environment == 'mingw' || matrix.config.environment == 'ucrt' )
.github/workflows/windows_installer.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
- name: Setup meson
30
run: |
0 commit comments