fix: dangling build on workflow
This commit is contained in:
@@ -29,15 +29,20 @@ jobs:
|
||||
matrix:
|
||||
configuration: [Release]
|
||||
include:
|
||||
- platform: Windows64
|
||||
- configuration: Release
|
||||
platform: Windows64
|
||||
sdk_label: windows-2022 # str1k3r - can run on any runner
|
||||
- platform: Xbox360
|
||||
- configuration: Release
|
||||
platform: Xbox360
|
||||
sdk_label: sdk-xbox360
|
||||
- platform: Orbis
|
||||
- configuration: Release
|
||||
platform: Orbis
|
||||
sdk_label: sdk-orbis
|
||||
- platform: PSVita
|
||||
- configuration: Release
|
||||
platform: PSVita
|
||||
sdk_label: sdk-psvita
|
||||
- platform: PS3
|
||||
- configuration: Release
|
||||
platform: PS3
|
||||
sdk_label: sdk-ps3
|
||||
|
||||
runs-on: [windows-2022, "${{ matrix.sdk_label }}"]
|
||||
|
||||
Reference in New Issue
Block a user