mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Add some stray colons
This commit is contained in:
parent
c2c139c48c
commit
719e25e0db
4
.github/workflows/MSVC.yml
vendored
4
.github/workflows/MSVC.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
- name: Compile RA
|
||||
working-directory: "${{github.workspace}}/pkg/msvc-uwp"
|
||||
run: |
|
||||
msbuild -p:"Configuration=${{matrix.configuration}}" -p"Platform=${{matrix.platform}}" .\RetroArch-msvcUWP.sln
|
||||
msbuild -p:"Configuration=${{matrix.configuration}}" -p:"Platform=${{matrix.platform}}" .\RetroArch-msvcUWP.sln
|
||||
|
||||
- name: Get short SHA
|
||||
id: slug
|
||||
@ -54,7 +54,7 @@ jobs:
|
||||
- name: Compile RA
|
||||
working-directory: "${{github.workspace}}/pkg/msvc"
|
||||
run: |
|
||||
msbuild -p:"Configuration=${{matrix.configuration}}" -p"Platform=${{matrix.platform}}" .\RetroArch-msvc2019.sln
|
||||
msbuild -p:"Configuration=${{matrix.configuration}}" -p:"Platform=${{matrix.platform}}" .\RetroArch-msvc2019.sln
|
||||
|
||||
- name: Get short SHA
|
||||
id: slug
|
||||
|
Loading…
x
Reference in New Issue
Block a user