Skip to content

Commit 39b0f92

Browse files
Update dotnet.yml to restore tools instead of installing
1 parent bc43c38 commit 39b0f92

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ jobs:
2626
run: dotnet restore
2727
- name: Install
2828
run: dotnet new install MonoGame.Templates.CSharp
29-
- name: Install MGCB
30-
run: dotnet tool install --global dotnet-mgcb
31-
- name: Add .NET tools to PATH
32-
run: echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
29+
- name: Restore
30+
run: dotnet tool restore
3331
- name: Build
3432
run: dotnet build

0 commit comments

Comments
 (0)