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 8b17674 commit c0beefdCopy full SHA for c0beefd
.github/workflows/build.yml
@@ -109,7 +109,7 @@ jobs:
109
uses: TheMrMilchmann/setup-msvc-dev@v3
110
with:
111
arch: x64
112
- toolset: '14.43'
+ toolset: '14.44'
113
114
- name: Setup MSYS2 (Windows)
115
if: matrix.config.os == 'windows' && ( matrix.config.environment == 'mingw' || matrix.config.environment == 'ucrt' )
.github/workflows/windows_installer.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
- name: Setup meson
29
run: |
0 commit comments