We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d32fc7 commit f9f9e9cCopy full SHA for f9f9e9c
.github/workflows/llvm-win.yml
@@ -9,8 +9,8 @@ jobs:
9
fail-fast: false
10
matrix:
11
config:
12
- - { os: windows-2019, platform: x86, vs: 2019 }
13
- - { os: windows-2019, platform: x64, vs: 2019 }
+ - { os: windows-2022, platform: x86, vs: 2022 }
+ - { os: windows-2022, platform: x64, vs: 2022 }
14
15
runs-on: ${{ matrix.config.os }}
16
@@ -35,7 +35,7 @@ jobs:
35
- name: Environment
36
shell: cmd
37
run: |
38
- call "C:\Program Files (x86)\Microsoft Visual Studio\%VS_VERSION%\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" %PLATFORM%
+ call "C:\Program Files\Microsoft Visual Studio\%VS_VERSION%\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" %PLATFORM%
39
:: Loop over all environment variables and make them global using set-env.
40
:: See: https://stackoverflow.com/a/39184941
41
setlocal
0 commit comments