Skip to content

Commit 2d56540

Browse files
authored
another attempt (#113)
1 parent ecfceb3 commit 2d56540

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v4
4949
- name: Install Rust
5050
run: rustup update stable --no-self-update && rustup default stable && rustup target add ${{ matrix.rust-target }}
51-
- run: sudo apt install -y libssl-dev
51+
- run: sudo apt install -y librust-openssl-sys-dev
5252
if: matrix.os == 'ubuntu-latest'
5353
- run: cargo build --release --target ${{ matrix.rust-target }}
5454
if: ${{ ! matrix.cross }}
@@ -89,7 +89,7 @@ jobs:
8989
- uses: actions/checkout@v4
9090
- name: Install Rust
9191
run: rustup update stable --no-self-update && rustup default stable && rustup target add ${{ matrix.rust-target }}
92-
- run: sudo apt install -y libssl-dev
92+
- run: sudo apt install -y librust-openssl-sys-dev
9393
if: matrix.os == 'ubuntu-latest'
9494
- run: cargo build --release --target ${{ matrix.rust-target }}
9595
if: ${{ ! matrix.cross }}

0 commit comments

Comments
 (0)