From 3adf853f70d304ae4be97fc504128f7eeb9723c2 Mon Sep 17 00:00:00 2001 From: Calvin Prewitt Date: Tue, 14 May 2024 14:20:14 -0500 Subject: [PATCH] another attempt --- .github/workflows/publish-binaries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}