diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index adf567f55..4ec41bb07 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -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: |