Add call to dotnet restore

This commit is contained in:
Robert 2021-12-06 09:43:07 +00:00
parent 3bf14e85d8
commit f721f011bf
21 changed files with 49 additions and 0 deletions

View file

@ -35,6 +35,8 @@ jobs:
uses: ./.github/prepare-test
with:
version: ${{ matrix.version }}
- name: Initialize dotnet
run: dotnet restore
- uses: ./../action/init
with:
config-file: .github/codeql/codeql-config-packaging3.yml