diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index be115eff41..2b02545a9c 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -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: | @@ -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: |