diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a25785..662f00e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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