From 4b849cb6574c2cb069f8240557886a6ae6d855bf Mon Sep 17 00:00:00 2001 From: Drew Skwiers-Koballa Date: Tue, 14 Jan 2025 15:12:25 -0800 Subject: [PATCH] add dotnet setup step to test job --- .github/workflows/pr-validation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 892a474..7db3592 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -26,6 +26,9 @@ jobs: needs: build steps: - uses: actions/checkout@v2 + - uses: actions/setup-dotnet@v2 + with: + global-json-file: global.json - name: Disable strong name validation if: matrix.os == 'windows-latest' shell: pwsh