mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-19 01:09:58 +00:00
[gha] MSVC: Switch to direct Boost and OpenSSL installation
This commit is contained in:
parent
8bc58daa5a
commit
1e9bcd6b8b
24
.github/workflows/build-windows-msvc.yml
vendored
24
.github/workflows/build-windows-msvc.yml
vendored
@ -26,15 +26,27 @@ jobs:
|
|||||||
./install_zlib.bat
|
./install_zlib.bat
|
||||||
del install_zlib.bat
|
del install_zlib.bat
|
||||||
|
|
||||||
|
#- name: Install Boost
|
||||||
|
# uses: crazy-max/ghaction-chocolatey@v2
|
||||||
|
# with:
|
||||||
|
# args: install boost-msvc-14.3 --version=1.81.0
|
||||||
|
|
||||||
|
#- name: Install OpenSSL
|
||||||
|
# uses: crazy-max/ghaction-chocolatey@v2
|
||||||
|
# with:
|
||||||
|
# args: install openssl
|
||||||
|
|
||||||
- name: Install Boost
|
- name: Install Boost
|
||||||
uses: crazy-max/ghaction-chocolatey@v2
|
run: |
|
||||||
with:
|
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)"
|
||||||
args: install boost-msvc-14.3 --version=1.81.0
|
./boost_1_84_0-msvc-14.3-64.exe /VERYSILENT
|
||||||
|
del boost_1_84_0-msvc-14.3-64.exe
|
||||||
|
|
||||||
- name: Install OpenSSL
|
- name: Install OpenSSL
|
||||||
uses: crazy-max/ghaction-chocolatey@v2
|
run: |
|
||||||
with:
|
powershell -Command "(Invoke-WebRequest -UserAgent "Wget" -Uri https://slproweb.com/download/Win64OpenSSL-3_2_0.exe -OutFile Win64OpenSSL-3_2_0.exe)"
|
||||||
args: install openssl
|
./Win64OpenSSL-3_2_0.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
|
||||||
|
del Win64OpenSSL-3_2_0.exe
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
working-directory: build
|
working-directory: build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user