Skip to content

Commit

Permalink
Merge pull request #540 from IENT/feature/installNewerOpenSSL
Browse files Browse the repository at this point in the history
Install u openSSL version
  • Loading branch information
ChristianFeldmann committed Sep 22, 2023
2 parents 22c1e30 + 1274207 commit f5c03c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
run: |
mkdir openSSL
cd openSSL
curl -L https://github.com/ChristianFeldmann/YUViewQt/releases/download/openSSL1.1.1g/openSSL_1_1_1g_win.zip -o openSSL.zip
curl -L https://github.com/ChristianFeldmann/YUViewQt/releases/download/openSSL1.1.1u/openSSL_1_1_1u_win2019.zip -o openSSL.zip
7z x openSSL.zip
cd ..
- name: Activate auto update
Expand Down

0 comments on commit f5c03c9

Please sign in to comment.