From 2450d443f6575c27ce54f042480c29f38c448da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=97=A7=C2=B7=C2=B7=C2=B7=E1=97=A3=C2=B7=C2=B7=C2=B7?= =?UTF-8?q?=E1=97=A3?= <54386876+ColinRitman@users.noreply.github.com> Date: Sat, 4 Jan 2025 23:01:44 -0500 Subject: [PATCH] Update check.yml --- .github/workflows/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index a162811c04..acb2c38039 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -40,8 +40,8 @@ jobs: if: steps.restore-boost.outputs.cache-hit != 'true' shell: powershell run: | - $Url = "https://sourceforge.net/projects/boost/files/boost-binaries/1.83.0/boost_1_83_0-msvc-14.3-64.exe/download" - (New-Object System.Net.WebClient).DownloadFile($Url, "$env:TEMP\boost.exe") + $Url = "https://sourceforge.net/projects/boost/files/boost-binaries/1.83.0/boost_1_83_0-msvc-14.3-64.exe" + (New-Object System.Net.WebClient).DownloadFile($Url) "$env:TEMP\boost.exe" Start-Process -Wait -FilePath "$env:TEMP\boost.exe" "/SILENT","/SP-","/SUPPRESSMSGBOXES","/DIR=${env:BOOST_ROOT}" - name: Build shell: powershell