mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-17 07:58:55 +00:00
Add msbuild to the PATH for the MSVC builds
This commit is contained in:
parent
e6604a3f8c
commit
c2c139c48c
6
.github/workflows/MSVC.yml
vendored
6
.github/workflows/MSVC.yml
vendored
@ -20,6 +20,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.1
|
||||
|
||||
- name: Compile RA
|
||||
working-directory: "${{github.workspace}}/pkg/msvc-uwp"
|
||||
run: |
|
||||
@ -45,6 +48,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.1
|
||||
|
||||
- name: Compile RA
|
||||
working-directory: "${{github.workspace}}/pkg/msvc"
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user