Skip to content

Commit

Permalink
fixed openssl version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaoh committed Mar 17, 2024
1 parent 0b3cc05 commit e0fb1a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bundle-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- name: Download OpenSSL
run: |
$client = new-object System.Net.WebClient
$client.DownloadFile("https://slproweb.com/download/Win32OpenSSL-3_2_0.msi","C:\Temp\Win32OpenSSL-3_2_0.msi")
$client.DownloadFile("https://slproweb.com/download/Win32OpenSSL-3_2_1.msi","C:\Temp\Win32OpenSSL-3_2_1.msi")
- name: Install dependencies
shell: cmd
run: |
choco install -y doxygen.install graphviz
C:\Temp\Win32OpenSSL-3_2_0.msi /quiet
C:\Temp\Win32OpenSSL-3_2_1.msi /quiet
copy "C:\Program Files (x86)\OpenSSL-Win32\lib\VC\x86\MD\*" "C:\Program Files (x86)\OpenSSL-Win32\lib\VC"
- name: Build gpshell
shell: cmd
Expand Down

0 comments on commit e0fb1a4

Please sign in to comment.