or like this

This commit is contained in:
Timothee 'TTimo' Besset 2021-04-25 16:23:45 -05:00
parent b4fb64839e
commit 8aaa7706ca

View file

@ -32,8 +32,11 @@ jobs:
- name: Setup GtkRadiant - name: Setup GtkRadiant
run: scons target=setup run: scons target=setup
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
- name: Build GtkRadiant - name: Build GtkRadiant
run: & "${Env:ProgramFiles(X86)}\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe" /p:Configuration=Release /p:Platform=Win32 /target:radiant run: msbuild /p:Configuration=Release /p:Platform=Win32 /target:radiant
- name: Build q3map2 x64 - name: Build q3map2 x64
run: & "${Env:ProgramFiles(X86)}\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe" /p:Configuration=Release /p:Platform=x64 /target:q3map2 run: msbuild /p:Configuration=Release /p:Platform=x64 /target:q3map2