Skip to content

Commit

Permalink
wip get github to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Nov 2, 2023
1 parent 4c2fc4c commit 527c90b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"nbgv": {
"version": "3.4.231",
"version": "3.6.133",
"commands": [
"nbgv"
]
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
if echo "${{github.ref}}" | grep -q "^refs/heads/"; then
git checkout "$(echo ${{github.ref}} | sed -E 's|^refs/heads/||')";
fi
# Bad data in tool resolver cache can cause tools to not be found
rm -rf ~/.dotnet/toolResolverCache
# .NET 8 RC2 has a bug where it restores the wrong version of tools...
dotnet tool update paket --version 8.0.0-alpha002
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 527c90b

Please sign in to comment.