From af90728b05f1a092676c53ec41d19939a310517c Mon Sep 17 00:00:00 2001 From: Mikhail Preyskurantov <5574159+mpreyskurantov@users.noreply.github.com> Date: Tue, 23 Dec 2025 11:08:19 +0200 Subject: [PATCH] skip install .net 9-10 / runner images already have it (8-10) --- .github/actions/dotnet-test-build/action.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/actions/dotnet-test-build/action.yml b/.github/actions/dotnet-test-build/action.yml index 1a791a48..3e45c1a8 100644 --- a/.github/actions/dotnet-test-build/action.yml +++ b/.github/actions/dotnet-test-build/action.yml @@ -5,13 +5,6 @@ runs: using: "composite" steps: - - uses: actions/setup-dotnet@v4 - with: - dotnet-quality: ga - dotnet-version: | - 9.0 - 10.0.x - - uses: actions/cache@v4 with: key: ${{ runner.os }}-nuget-${{ hashFiles('net/**/*.csproj') }}