Skip to content

Commit

Permalink
CI: try different vcpkg on Win
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Jan 6, 2025
1 parent a2c8f89 commit 9abbdc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- name: Install OpenSSL manually if on Windows
if: runner.os == 'Windows'
run: |
vcpkg install openssl-windows:x64-windows
vcpkg install openssl:x64-windows-static
vcpkg install openssl:x64-windows
vcpkg integrate install
- name: Prepare to build
run: |
Expand Down

0 comments on commit 9abbdc2

Please sign in to comment.