Browse Source

Update LLVM Windows workflow to latest Action images.

pull/1736/head
Joao Matos 2 years ago
parent
commit
f9f9e9c2bc
  1. 6
      .github/workflows/llvm-win.yml

6
.github/workflows/llvm-win.yml

@ -9,8 +9,8 @@ jobs: @@ -9,8 +9,8 @@ jobs:
fail-fast: false
matrix:
config:
- { os: windows-2019, platform: x86, vs: 2019 }
- { os: windows-2019, platform: x64, vs: 2019 }
- { os: windows-2022, platform: x86, vs: 2022 }
- { os: windows-2022, platform: x64, vs: 2022 }
runs-on: ${{ matrix.config.os }}
@ -35,7 +35,7 @@ jobs: @@ -35,7 +35,7 @@ jobs:
- name: Environment
shell: cmd
run: |
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%
:: Loop over all environment variables and make them global using set-env.
:: See: https://stackoverflow.com/a/39184941
setlocal

Loading…
Cancel
Save