diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index ab3ea2f..3c8258f 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -15,10 +15,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4.1.1 - - name: Setup .NET - uses: actions/setup-dotnet@v4 - with: - dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore ./src - name: Build