Apply suggestions from code review
Co-authored-by: Webber Takken <[email protected]>
This commit is contained in:
co-authored by
Webber Takken
parent
5b853f4aaa
commit
d83d8cbd0b
@@ -129,7 +129,7 @@ jobs:
|
||||
path: build
|
||||
|
||||
buildWithWindows:
|
||||
needs: [build]
|
||||
needs: build
|
||||
name: Build for ${{ matrix.targetPlatform }}
|
||||
runs-on: windows-2019
|
||||
strategy:
|
||||
@@ -158,7 +158,7 @@ jobs:
|
||||
path: build
|
||||
|
||||
buildWithWindows2:
|
||||
needs: [buildWithWindows]
|
||||
needs: buildWithWindows
|
||||
name: Build for ${{ matrix.targetPlatform }}
|
||||
runs-on: windows-2019
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user