Skip to content

Commit

Permalink
[gha] MSVC: remove deletion of installation files
Browse files Browse the repository at this point in the history
  • Loading branch information
r4sas authored Jan 8, 2024
1 parent 1e9bcd6 commit dfe8b25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-windows-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,11 @@ jobs:
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)"
./boost_1_84_0-msvc-14.3-64.exe /VERYSILENT
del boost_1_84_0-msvc-14.3-64.exe
- name: Install OpenSSL
run: |
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-
del Win64OpenSSL-3_2_0.exe
- name: Configure
working-directory: build
Expand Down

0 comments on commit dfe8b25

Please sign in to comment.