|
|
@ -38,13 +38,13 @@ 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.81.0/boost_1_81_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_81_0-msvc-14.3-64.exe)" |
|
|
|
./boost_1_84_0-msvc-14.3-64.exe /VERYSILENT |
|
|
|
./boost_1_81_0-msvc-14.3-64.exe /VERYSILENT |
|
|
|
|
|
|
|
|
|
|
|
- name: Install OpenSSL |
|
|
|
- name: Install OpenSSL |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
powershell -Command "(Invoke-WebRequest -UserAgent "Wget" -Uri https://slproweb.com/download/Win64OpenSSL-3_2_0.exe -OutFile Win64OpenSSL-3_2_0.exe)" |
|
|
|
powershell -Command "(Invoke-WebRequest -UserAgent "Wget" -Uri https://slproweb.com/download/Win64OpenSSL-3_2_1.exe -OutFile Win64OpenSSL-3_2_1.exe)" |
|
|
|
./Win64OpenSSL-3_2_0.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- |
|
|
|
./Win64OpenSSL-3_2_1.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- |
|
|
|
|
|
|
|
|
|
|
|
- name: Configure |
|
|
|
- name: Configure |
|
|
|
working-directory: build |
|
|
|
working-directory: build |
|
|
|