Add msbuild to the PATH for the MSVC builds

This commit is contained in:
Jesse Talavera-Greenberg 2023-06-17 22:03:56 -04:00 committed by LibretroAdmin
parent e6604a3f8c
commit c2c139c48c

View File

@ -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: |