Apply suggestions from code review

Co-authored-by: Webber Takken <webber.nl@gmail.com>
This commit is contained in:
David Finol 2023-04-22 08:40:03 -05:00 committed by GitHub
parent 5b853f4aaa
commit d83d8cbd0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: