From: Brendan Hansen Date: Thu, 4 Mar 2021 18:46:06 +0000 (-0600) Subject: Hopefully fixed windows-build.yml X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=50d3d456666ee4282014fc3ccedaa3a20472818d;p=onyx.git Hopefully fixed windows-build.yml --- 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