Skip to content

Commit

Permalink
fix(ci): remove restore
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Dec 17, 2023
1 parent 58bce55 commit 6eba726
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6eba726

Please sign in to comment.