mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
[gha] MSVC: remove deletion of installation files
This commit is contained in:
parent
1e9bcd6b8b
commit
dfe8b25e5e
2
.github/workflows/build-windows-msvc.yml
vendored
2
.github/workflows/build-windows-msvc.yml
vendored
@ -40,13 +40,11 @@ jobs:
|
|||||||
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.84.0/boost_1_84_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
|
||||||
del boost_1_84_0-msvc-14.3-64.exe
|
|
||||||
|
|
||||||
- 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_0.exe -OutFile Win64OpenSSL-3_2_0.exe)"
|
||||||
./Win64OpenSSL-3_2_0.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
|
./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…
Reference in New Issue
Block a user