We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070472a commit c459d62Copy full SHA for c459d62
.github/workflows/rust.yml
@@ -76,6 +76,7 @@ jobs:
76
sudo apt-get update
77
sudo apt-get install -y ./*.deb
78
sudo apt-get install -y liblzma-dev
79
+ sudo apt-get install -y libssl-dev
80
81
- name: Install LLVM 7
82
if: contains(matrix.os, 'ubuntu')
0 commit comments