Skip to content

Commit

Permalink
ci: remove workaround for net8 rc2 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Dec 14, 2024
1 parent 672fda1 commit b8eff33
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8eff33

Please sign in to comment.