Add a workflow step to do dotnet restore

This commit is contained in:
Edoardo Pirovano 2021-12-08 14:47:42 +00:00
parent fac22de4f9
commit dc32d5448f
No known key found for this signature in database
GPG key ID: 047556B5D93FFE28

View file

@ -370,6 +370,9 @@ jobs:
run: |
../action/runner/dist/codeql-runner-macos init --repository $GITHUB_REPOSITORY --languages csharp --github-url $GITHUB_SERVER_URL --github-auth ${{ github.token }}
- name: Initialize dotnet
run: dotnet restore
- name: Build code
shell: bash
run: |