Skip to content

Commit

Permalink
Revert "install openssl 3.1.2 on windows build"
Browse files Browse the repository at this point in the history
This reverts commit 6719cf8.
  • Loading branch information
Fanda Vacek committed Aug 22, 2023
1 parent 6719cf8 commit b033f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Get libraries
# if: steps.cache-libs.outputs.cache-hit != 'true'
run: |
choco install openssl.light --params "/InstallDir:C:\openssl" --version 3.1.2 -y
choco install openssl.light --params "/InstallDir:C:\openssl" --version 1.1.1 -y
choco install postgresql14 --version 14.5.1 -y
shell: cmd

Expand Down

0 comments on commit b033f22

Please sign in to comment.