Skip to content

Commit

Permalink
feat: remove .NET setup, use GitHub default.
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitism committed Sep 18, 2024
1 parent 3c2908d commit 28e3dd7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore ./src
- name: Build
Expand Down

0 comments on commit 28e3dd7

Please sign in to comment.