Skip to content

Commit

Permalink
CI: manually install OpenSSL on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Jan 5, 2025
1 parent 7e50127 commit e34a95a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ 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: |
choco install openssl
- name: Prepare to build
run: |
mkdir keys
Expand Down

0 comments on commit e34a95a

Please sign in to comment.