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

@@ -13,6 +13,13 @@ jobs:
uses: actions/checkout@v3
- name: Setup Vulkan
uses: ./.github/actions/vulkan
- 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