From 50d3d456666ee4282014fc3ccedaa3a20472818d Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Thu, 4 Mar 2021 12:46:06 -0600 Subject: [PATCH] Hopefully fixed windows-build.yml --- .github/workflows/windows-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 6776cdd5..206d4ec7 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -24,6 +24,9 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 + + # Lets us use CL.exe + - uses: ilammy/msvc-dev-cmd@v1 # Runs a single command using the runners shell - name: Build a release build -- 2.25.1