- adds setup dotnet step

This commit is contained in:
Vincent Biret 2021-11-23 15:49:20 -05:00 committed by GitHub
parent 8725e50617
commit 4a924b53d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1.8.2
with:
dotnet-version: 6.0.x
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL