Add dotnet setup to other github actions

This commit is contained in:
Wojtek Figat
2023-01-08 15:05:29 +01:00
parent 5ec9716eac
commit d034874fb7
4 changed files with 70 additions and 0 deletions

View File

@@ -11,6 +11,13 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Print .NET info
run: |
dotnet --info
- name: Checkout LFS
run: |
git lfs version