diff --git a/.forgejo/workflows/cicd.yml b/.forgejo/workflows/cicd.yml index 679dfe5..e9f0f75 100644 --- a/.forgejo/workflows/cicd.yml +++ b/.forgejo/workflows/cicd.yml @@ -11,10 +11,6 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-dotnet@v4 - with: - dotnet-version: "9.0.x" - - name: Test run: dotnet test -c Release