fix(client): revert to hyper_rustls :P hi SWE 👋

This commit is contained in:
Matthew Esposito
2024-11-19 15:48:42 -05:00
parent 6ecdedd2ed
commit cb9a2a3c39
5 changed files with 112 additions and 115 deletions

View File

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