Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
fix github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
R3nzTheCodeGOD committed Nov 11, 2021
1 parent 11389de commit a338508
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: Windows
on: [push, pull_request]
jobs:
msvc-release:
Riot-Games-Servers:
runs-on: windows-latest
env:
MSBUILD_PATH: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\
steps:
- uses: actions/checkout@v2
- name: Build
shell: cmd
run: '"%MSBUILD_PATH%\MSBuild.exe" R3nzSkin/R3nzSkin.vcxproj /p:Platform=x86 /p:Configuration=Release'
run: '"%MSBUILD_PATH%\MSBuild.exe" R3nzSkin/R3nzSkin.vcxproj /p:Platform=x86 /p:Configuration=Riot Games Servers'

clang:
China-Server:
runs-on: windows-latest
env:
MSBUILD_PATH: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\
steps:
- uses: actions/checkout@v2
- name: Build
shell: cmd
run: '"%MSBUILD_PATH%\MSBuild.exe" R3nzSkin/R3nzSkin.vcxproj /p:Platform=x86 /p:Configuration=Release /p:PlatformToolset=ClangCL'
run: '"%MSBUILD_PATH%\MSBuild.exe" R3nzSkin/R3nzSkin.vcxproj /p:Platform=x86 /p:Configuration=China Server'

0 comments on commit a338508

Please sign in to comment.