mirror of
https://github.com/libretro/RetroArch
synced 2025-03-18 04:21:19 +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
|
- name: Compile RA
|
||||||
working-directory: "${{github.workspace}}/pkg/msvc-uwp"
|
working-directory: "${{github.workspace}}/pkg/msvc-uwp"
|
||||||
run: |
|
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
|
- name: Get short SHA
|
||||||
id: slug
|
id: slug
|
||||||
@ -54,7 +54,7 @@ jobs:
|
|||||||
- name: Compile RA
|
- name: Compile RA
|
||||||
working-directory: "${{github.workspace}}/pkg/msvc"
|
working-directory: "${{github.workspace}}/pkg/msvc"
|
||||||
run: |
|
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
|
- name: Get short SHA
|
||||||
id: slug
|
id: slug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user