Skip to content

Commit

Permalink
Remove restore from nightly CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooshua authored Aug 16, 2023
1 parent 66c1812 commit 67f7dbd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ jobs:
dotnet-version: '7.0.x'
dotnet-quality: 'ga'

- name: Install dependencies
run: dotnet restore --force -r ${{ matrix.runtime }}

- name: Build ${{ matrix.runtime }}
run: dotnet publish --no-restore -f net6.0 -c Release -r ${{ matrix.runtime }}
run: dotnet publish -f net6.0 -c Release -r ${{ matrix.runtime }}

- name: Upload Files
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 67f7dbd

Please sign in to comment.