diff --git a/.github/workflows/dotnet.yaml b/.github/workflows/dotnet.yaml index 6abf99e..1c7c6f7 100644 --- a/.github/workflows/dotnet.yaml +++ b/.github/workflows/dotnet.yaml @@ -173,7 +173,7 @@ jobs: run: sh .github/workflows/tag.sh all-required-checks-complete: - needs: [check-dotnet-format, check-nix-format, build, build-nix, linkcheck, flake-check, nuget-pack, expected-pack, github-release-dry-run] + needs: [check-dotnet-format, check-nix-format, build, build-nix, linkcheck, flake-check, nuget-pack, expected-pack, github-release-dry-run, build-windows] runs-on: ubuntu-latest steps: - run: echo "All required checks complete."