Apply suggestions from code review
Co-authored-by: Webber Takken <webber.nl@gmail.com>
This commit is contained in:
parent
5b853f4aaa
commit
d83d8cbd0b
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -129,7 +129,7 @@ jobs:
|
|||||||
path: build
|
path: build
|
||||||
|
|
||||||
buildWithWindows:
|
buildWithWindows:
|
||||||
needs: [build]
|
needs: build
|
||||||
name: Build for ${{ matrix.targetPlatform }}
|
name: Build for ${{ matrix.targetPlatform }}
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
strategy:
|
strategy:
|
||||||
@ -158,7 +158,7 @@ jobs:
|
|||||||
path: build
|
path: build
|
||||||
|
|
||||||
buildWithWindows2:
|
buildWithWindows2:
|
||||||
needs: [buildWithWindows]
|
needs: buildWithWindows
|
||||||
name: Build for ${{ matrix.targetPlatform }}
|
name: Build for ${{ matrix.targetPlatform }}
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
Reference in New Issue
Block a user