Update build.yml

This commit is contained in:
Daniel Stankewitz 2022-03-20 15:59:19 +01:00 committed by GitHub
parent 433d15421e
commit 2f7723b0ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ jobs:
steps: steps:
- name: Set up development tools - name: Set up development tools
shell: cmd {0} shell: cmd {0}
run: echo ${{ env.VS2019INSTALLDIR }}\VC\Auxiliary\Build\vcvars64.bat run: $VS2019INSTALLDIR\VC\Auxiliary\Build\vcvars64.bat
- name: Set up WSL - name: Set up WSL
uses: Vampire/setup-wsl@v1.2.0 uses: Vampire/setup-wsl@v1.2.0
with: with: