We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74d959 commit a2e8896Copy full SHA for a2e8896
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
cache-on-failure: false
55
- name: Install native dependencies
56
if: runner.os == 'Linux'
57
- run: sudo apt install libasound2-dev
+ run: sudo apt install libasound2-dev libssl-dev
58
- uses: taiki-e/upload-rust-binary-action@v1
59
with:
60
bin: aspeak
0 commit comments