Skip to content

Commit 11db2e9

Browse files
committed
ci: install also net 6
1 parent a66ee19 commit 11db2e9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ jobs:
3232
- uses: actions/checkout@v3
3333
with:
3434
fetch-depth: 0
35+
- name: Setup .NET
36+
uses: actions/setup-dotnet@v1
37+
with:
38+
dotnet-version: |
39+
6.x
40+
8.x
41+
9.x
3542
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
3643
uses: actions/cache@v3
3744
with:

build/Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
[GitHubActions(
2222
"ci",
2323
GitHubActionsImage.WindowsLatest,
24-
AutoGenerate = true,
24+
AutoGenerate = false,
2525
FetchDepth = 0,
2626
OnPushBranches = new[] { "main" },
2727
OnPullRequestBranches = new[] { "main" },

0 commit comments

Comments
 (0)