From b8eff3371a8c37b50d0e13910eb60b2ccbc0c58d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Denuzi=C3=A8re?= Date: Sat, 14 Dec 2024 01:10:57 +0100 Subject: [PATCH] ci: remove workaround for net8 rc2 bug --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ebfbb43..9568b46 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,9 +36,6 @@ jobs: if echo "${{github.ref}}" | grep -q "^refs/heads/"; then git checkout "$(echo ${{github.ref}} | sed -E 's|^refs/heads/||')"; fi - # .NET 8 RC2 has a bug where it restores the wrong version of tools... - dotnet tool update paket --version 8.0.0 - dotnet tool update nbgv --version 3.6.133 # Ensure that the selenium chrome driver matches the installed chrome ./build.ps1 -t update-chromedriver # Build