Add libssl install to udeps task (#6777)

* Add libssl install to udeps task

* Use HTTPS
This commit is contained in:
Eitan Seri-Levi
2025-01-10 08:13:32 +07:00
committed by GitHub
parent 1f6850fae2
commit a244aa3a69

View File

@@ -392,6 +392,10 @@ jobs:
cache: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Fetch libssl1.1
run: wget https://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
- name: Install libssl1.1
run: sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
- name: Create Cargo config dir
run: mkdir -p .cargo
- name: Install custom Cargo config