Skip to content

Commit

Permalink
Add a workflow step to do dotnet restore
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoardo Pirovano committed Dec 8, 2021
1 parent fac22de commit dc32d54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit dc32d54

Please sign in to comment.