Skip to content

Commit

Permalink
Add libssl-dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
oteffahi committed Apr 19, 2024
1 parent 074cfed commit 435d6a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
container: ${{ matrix.image }}
steps:
- name: Update and install packages
run: apt-get update && apt-get install -y curl git build-essential pkg-config
run: apt-get update && apt-get install -y curl git build-essential pkg-config libssl-dev

- name: Install Rust toolchain
run: |
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
container: ${{ matrix.image }}
steps:
- name: Update and install packages
run: apt-get update && apt-get install -y curl git build-essential pkg-config
run: apt-get update && apt-get install -y curl git build-essential pkg-config libssl-dev

- name: Install Rust toolchain
run: |
Expand Down

0 comments on commit 435d6a3

Please sign in to comment.