diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c78a5d8b..b4a24b0b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,8 +18,6 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: '2.0' - - name: Install dependencies - run: dotnet restore - name: Build run: dotnet build BepuPhysics --configuration ReleaseStrip --no-restore -p:Version=${{ env.VERSION }} - name: Pack