Skip to content

Commit 897027d

Browse files
Add MonoGame template installation step
1 parent ecdc172 commit 897027d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ jobs:
2424
run: dotnet workload restore
2525
- name: Restore dependencies
2626
run: dotnet restore
27+
- name: Install
28+
run: dotnet new install MonoGame.Templates.CSharp
2729
- name: Build
2830
run: dotnet build

0 commit comments

Comments
 (0)