From 690e110d5ff2fa831ae898d8eb8684c15998391c Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Mon, 21 Oct 2024 14:32:23 -0700 Subject: [PATCH] No need for setup-dotnet on Ubuntu these days (https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#net-tools) --- .github/workflows/build-test.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index cab3d66b3..e6d1eb194 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -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: @@ -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: @@ -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: