Initialize dotnet in pr-check

This commit is contained in:
Andrew Eisenberg
2021-12-07 13:01:50 -08:00
parent 0a1efd7f45
commit 458b30ebc6
+5 -2
View File
@@ -163,7 +163,7 @@ jobs:
cd ../action/runner
npm install
npm run build-runner
- name: Initialize dotnet
run: dotnet restore
@@ -203,7 +203,7 @@ jobs:
cd ../action/runner
npm install
npm run build-runner
- name: Initialize dotnet
run: dotnet restore
@@ -366,6 +366,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 }}