Follow-up to 9e6863f: add empty lines between commands, because otherwise the workflow doesn't want to recognise that.

This commit is contained in:
Timofei Zhakov 2025-06-22 00:53:03 +02:00 committed by GitHub
parent e62eb5fd1b
commit a0bb171fac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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