From 6eba7268d7b7377584759992c9f03fd519c64239 Mon Sep 17 00:00:00 2001 From: Richard Fox Date: Sun, 17 Dec 2023 05:13:14 -0800 Subject: [PATCH] fix(ci): remove restore --- .github/workflows/publish.yml | 2 -- 1 file changed, 2 deletions(-) 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