[gha] msvc: switch back to boost 1.81.0

This commit is contained in:
R4SAS 2024-01-19 21:54:10 +03:00 committed by GitHub
parent 1e5604ed43
commit b4484c8e8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ jobs:
- name: Install Boost - name: Install Boost
run: | run: |
powershell -Command "(Invoke-WebRequest -UserAgent "Wget" -Uri https://sourceforge.net/projects/boost/files/boost-binaries/1.84.0/boost_1_84_0-msvc-14.3-64.exe/download -OutFile boost_1_84_0-msvc-14.3-64.exe)" powershell -Command "(Invoke-WebRequest -UserAgent "Wget" -Uri https://sourceforge.net/projects/boost/files/boost-binaries/1.81.0/boost_1_81_0-msvc-14.3-64.exe/download -OutFile boost_1_84_0-msvc-14.3-64.exe)"
./boost_1_84_0-msvc-14.3-64.exe /VERYSILENT ./boost_1_84_0-msvc-14.3-64.exe /VERYSILENT
- name: Install OpenSSL - name: Install OpenSSL