Skip to content

Commit

Permalink
Fix openssl windows
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads committed Dec 13, 2023
1 parent 265f7ee commit c1fca99
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@ jobs:
- name: Set up pkgconfiglite
run: choco install pkgconfiglite --allow-empty-checksums

- name: Set up vcpkg
run: |
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
.\bootstrap-vcpkg.bat
.\vcpkg integrate install
cd ..
- name: Install OpenSSL with vcpkg
run: |
vcpkg install openssl
vcpkg integrate install
- name: Set up Rust
run: choco install rust -y

Expand Down

0 comments on commit c1fca99

Please sign in to comment.