Skip to content

Commit b88dea9

Browse files
Refresh dist build from template
1 parent 1de7893 commit b88dea9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# If we're on Ubuntu, we need to install openssl
22
# before we can install Rust.
3-
- name: "Install OpenSSL"
3+
- name: "Install OpenSSL and MUSL build dependencies"
44
if: ${{ startsWith(matrix.runner, 'ubuntu') }}
5-
run: "sudo apt-get install -yq openssl libssl-dev"
5+
run: |
6+
sudo apt-get update
7+
sudo apt-get install -yq openssl libssl-dev musl-tools perl make

0 commit comments

Comments
 (0)