Skip to content

Commit dc32d54

Browse files
Add a workflow step to do dotnet restore
1 parent fac22de commit dc32d54

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pr-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,9 @@ jobs:
370370
run: |
371371
../action/runner/dist/codeql-runner-macos init --repository $GITHUB_REPOSITORY --languages csharp --github-url $GITHUB_SERVER_URL --github-auth ${{ github.token }}
372372
373+
- name: Initialize dotnet
374+
run: dotnet restore
375+
373376
- name: Build code
374377
shell: bash
375378
run: |

0 commit comments

Comments
 (0)