Follow-up to 9e6863f: add empty lines between commands, because otherwise the workflow doesn't want to recognise that.
This commit is contained in:
parent
e62eb5fd1b
commit
a0bb171fac
2
.github/workflows/CI-win.yml
vendored
2
.github/workflows/CI-win.yml
vendored
@ -32,7 +32,9 @@ jobs:
|
||||
- name: Build
|
||||
run:
|
||||
$root = "C:\Program Files\Microsoft Visual Studio\2022\Enterprise"
|
||||
|
||||
Import-Module "$root\Common7\Tools\Microsoft.VisualStudio.DevShell.dll"
|
||||
|
||||
Enter-VsDevShell -VsInstallPath $root -DevCmdArguments "-arch=${{ matrix.config.arch }}"
|
||||
|
||||
cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTING=ON
|
||||
|
||||
Loading…
Reference in New Issue
Block a user