diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2d0db5..1853a79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,9 +24,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v1 - - uses: actions/setup-dotnet@v1 - with: - dotnet-version: '6.0.x' - name: Run tests run: dotnet test