Skip to content

Commit

Permalink
CI: try to skip vcpkg step
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Jan 7, 2025
1 parent 17c4e21 commit ed755db
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
- uses: actions/checkout@v4
- run: rustup toolchain install stable --profile minimal
- uses: Swatinem/rust-cache@v2
- name: Install OpenSSL manually if on Windows
if: runner.os == 'Windows'
run: |
vcpkg install openssl:x64-windows-static-md
vcpkg integrate install
- name: Prepare to build
run: |
mkdir keys
Expand Down

0 comments on commit ed755db

Please sign in to comment.