fix(ci): install new openssl requirements

This commit is contained in:
Matthew Esposito 2024-11-19 11:12:04 -05:00
parent a96bebb099
commit 0714d58efe
2 changed files with 5 additions and 5 deletions

View file

@ -30,8 +30,8 @@ jobs:
with:
toolchain: stable
- name: Install musl-gcc
run: sudo apt-get install musl-tools
- name: Install musl-gcc and libssl-dev
run: sudo apt-get install musl-tools libssl-dev
- name: Install cargo musl target
run: rustup target add x86_64-unknown-linux-musl