Skip to content

Commit 4cdb99b

Browse files
authored
Merge pull request #74 from EverseDevelopment/develop
Installed .net on github action
2 parents cfd425d + c9148e5 commit 4cdb99b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/production_actions.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
uses: actions/checkout@v3
2121
with:
2222
fetch-depth: 0
23+
24+
- name: Setup .NET Core 8.0
25+
uses: actions/setup-dotnet@v1
26+
with:
27+
dotnet-version: 8.0.x
2328

2429
# install and calculate the new version with GitVersion
2530
- name: Install GitVersion

0 commit comments

Comments
 (0)