Skip to content

Commit

Permalink
fix: build pipeline
Browse files Browse the repository at this point in the history
Remove incorrect dependencies in build.yml
  • Loading branch information
vbreuss authored Jan 27, 2025
1 parent f790c3b commit 7705d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
pack:
name: "Pack"
runs-on: ubuntu-latest
needs: [ publish-test-results, mutation-tests-linux, mutation-tests-windows, static-code-analysis ]
needs: [ publish-test-results, static-code-analysis ]
env:
DOTNET_NOLOGO: true
steps:
Expand Down

0 comments on commit 7705d2b

Please sign in to comment.