Skip to content

Commit 868a159

Browse files
committed
q
1 parent 3a48ae1 commit 868a159

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,7 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v4
30-
31-
- name: Install dependencies for Linux
32-
if: runner.os == 'Linux'
33-
run: |-
34-
sudo apt install libssl-dev
35-
30+
3631
- name: Cargo build
3732
env:
3833
MP_RUSTC_TARGET: ${{ matrix.rustc-target }}

0 commit comments

Comments
 (0)