Skip to content

Commit

Permalink
Installing vendored OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRustifyer committed Apr 11, 2023
1 parent df4d6a3 commit d66f716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- { rust: stable, os: windows-latest }

steps:
- name: Upgrading Rust
run: rustup update
- name: Installing vendored OpenSSL
run: cargo install cargo-generate --features vendored-openssl

- name: Make the USER own the working directory
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit d66f716

Please sign in to comment.