Skip to content

Commit

Permalink
No need for setup-dotnet on Ubuntu these days (https://github.com/act…
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Oct 21, 2024
1 parent 4dd2a65 commit 690e110
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.x
- name: Cache NuGet packages
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -174,10 +170,6 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.x
- name: Download Build (Debug)
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -215,10 +207,6 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
- name: Download Build (Debug)
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 690e110

Please sign in to comment.