diff --git a/.github/workflows/publish-binaries.yml b/.github/workflows/publish-binaries.yml index 9b5a934..0d46eb8 100644 --- a/.github/workflows/publish-binaries.yml +++ b/.github/workflows/publish-binaries.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Rust run: rustup update stable --no-self-update && rustup default stable && rustup target add ${{ matrix.rust-target }} - - run: sudo apt install -y libssl-dev + - run: sudo apt install -y librust-openssl-sys-dev if: matrix.os == 'ubuntu-latest' - run: cargo build --release --target ${{ matrix.rust-target }} if: ${{ ! matrix.cross }} @@ -89,7 +89,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Rust run: rustup update stable --no-self-update && rustup default stable && rustup target add ${{ matrix.rust-target }} - - run: sudo apt install -y libssl-dev + - run: sudo apt install -y librust-openssl-sys-dev if: matrix.os == 'ubuntu-latest' - run: cargo build --release --target ${{ matrix.rust-target }} if: ${{ ! matrix.cross }}