workflows/test: add shell
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Test MS build / Build (Release, x64) (push) Successful in 21s

This commit is contained in:
2023-11-20 14:49:22 +01:00
parent d83e77d4ac
commit 6ed30299f2

View File

@ -17,4 +17,5 @@ jobs:
- name: Setup NuGet
uses: nuget/setup-nuget@v1
- name: Build Installer
run: cmd -c msbuild 'Installer/Installer.wixproj' -p:configuration=${{ matrix.configuration }} -p:platform=${{ matrix.platform }}
shell: cmd -c {0}
run: msbuild 'Installer/Installer.wixproj' -p:configuration=${{ matrix.configuration }} -p:platform=${{ matrix.platform }}