Skip to content

Commit 9ad5bd7

Browse files
committed
Update dependencies
1 parent 7eac035 commit 9ad5bd7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ jobs:
125125
- name: Install APT dependencies.
126126
if: matrix.rs_target == 'x86_64-unknown-linux-musl'
127127
run: |
128-
sudo apt install -y musl-tools
128+
apt update
129+
apt install -y libssl-dev
130+
apt install -y musl-tools
129131
130132
- name: Build for target
131133
run: cargo build --release --target ${{ matrix.rs_target }}

0 commit comments

Comments
 (0)