From 12c7ed855eba1ae2e8dd5c890cf60d055c5b23ed Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:06:18 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59d693aa6..20439eab8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 - + # Needed for runner service (win only) + - name: Install dotnet framework 4.5 + if: matrix.runtime == 'win-x64' + uses: actions/setup-dotnet@v2 + with: + dotnet-version: | + 4.5.x # Build runner layout - name: Build & Layout Release run: |