Skip to content

Commit e68c054

Browse files
Add .NET tools to PATH and verify MGCB version
1 parent e1eaf47 commit e68c054

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,9 @@ jobs:
2828
run: dotnet new install MonoGame.Templates.CSharp
2929
- name: Install MGCB
3030
run: dotnet tool install --global dotnet-mgcb
31+
- name: Add .NET tools to PATH
32+
run: echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
33+
- name: Verify MGCB
34+
run: mgcb --version
3135
- name: Build
3236
run: dotnet build

0 commit comments

Comments
 (0)