mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-11 17:17:42 +03:00
Fix MSBuild path.
This commit is contained in:
8
.github/workflows/ecode-nightly.yml
vendored
8
.github/workflows/ecode-nightly.yml
vendored
@@ -482,9 +482,9 @@ jobs:
|
||||
name: Windows x86_64 MSVC Nightly
|
||||
needs: release
|
||||
runs-on: windows-latest
|
||||
env:
|
||||
MSBUILD_PATH: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin
|
||||
steps:
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v3
|
||||
- name: Configure Git
|
||||
shell: pwsh
|
||||
run: |
|
||||
@@ -511,9 +511,9 @@ jobs:
|
||||
name: Windows arm64 MSVC Nightly
|
||||
needs: release
|
||||
runs-on: windows-latest
|
||||
env:
|
||||
MSBUILD_PATH: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin
|
||||
steps:
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v3
|
||||
- name: Configure Git
|
||||
shell: pwsh
|
||||
run: |
|
||||
|
||||
@@ -5,9 +5,9 @@ on: [push, pull_request]
|
||||
jobs:
|
||||
Windows:
|
||||
runs-on: windows-latest
|
||||
env:
|
||||
MSBUILD_PATH: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\
|
||||
steps:
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v3
|
||||
- name: Configure Git
|
||||
shell: cmd
|
||||
run: |
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
- name: Build
|
||||
shell: cmd
|
||||
run: |
|
||||
"%MSBUILD_PATH%\MSBuild.exe" .\make\windows\eepp.sln -m /p:Platform="x64" /p:Configuration="release"
|
||||
msbuild .\make\windows\eepp.sln -m /p:Platform="x64" /p:Configuration="release"
|
||||
- name: Install Mesa for software rendering
|
||||
uses: f3d-app/install-mesa-windows-action@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user