Skip to content

Commit

Permalink
ci: install openssl on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinesfilmroellchen committed Oct 2, 2024
1 parent ac96322 commit c8e4824
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install OpenSSL (Linux)
if: ${{ matrix.runner == 'ubuntu-latest' }}
run: apt update && apt-get install -y openssl clang
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit c8e4824

Please sign in to comment.