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

@ -163,6 +163,9 @@ jobs:
cd ../action/runner
npm install
npm run build-runner
- name: Initialize dotnet
run: dotnet restore
- name: Run init
run: |
@ -200,6 +203,9 @@ jobs:
cd ../action/runner
npm install
npm run build-runner
- name: Initialize dotnet
run: dotnet restore
- name: Run init
run: |
@ -246,6 +252,9 @@ jobs:
npm install
npm run build-runner
- name: Initialize dotnet
run: dotnet restore
- name: Run init
run: |
../action/runner/dist/codeql-runner-macos init --repository $GITHUB_REPOSITORY --languages csharp --github-url $GITHUB_SERVER_URL --github-auth ${{ github.token }}