Update build.yml

This commit is contained in:
Daniel Stankewitz 2022-03-20 15:55:56 +01:00 committed by GitHub
parent 984a61f8fc
commit 433d15421e
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: ${{ env.VS2019INSTALLDIR }}\VC\Auxiliary\Build\vcvars64.bat run: echo ${{ env.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: