diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b0af6d9..7d7111f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: