Skip to content

Commit f0df669

Browse files
authored
Update OpenSSL installation script URL
1 parent 1a3fac9 commit f0df669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install OpenSSL
5252
shell: pwsh
5353
run: |
54-
irm https://raw.githubusercontent.com/actions/runner-images/main/images/win/scripts/Installers/Install-OpenSSL.ps1 | iex
54+
irm https://raw.githubusercontent.com/actions/runner-images/refs/heads/main/images/windows/scripts/build/Install-OpenSSL.ps1 | iex
5555
- name: Verify OpenSSL
5656
shell: pwsh
5757
run: dir "C:\Program Files\OpenSSL\lib"

0 commit comments

Comments
 (0)