Skip to content

Commit a2e8896

Browse files
committed
fix(ci): libssl-dev native dependency
1 parent e74d959 commit a2e8896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cache-on-failure: false
5555
- name: Install native dependencies
5656
if: runner.os == 'Linux'
57-
run: sudo apt install libasound2-dev
57+
run: sudo apt install libasound2-dev libssl-dev
5858
- uses: taiki-e/upload-rust-binary-action@v1
5959
with:
6060
bin: aspeak

0 commit comments

Comments
 (0)