Skip to content

Commit a244aa3

Browse files
authored
Add libssl install to udeps task (#6777)
* Add libssl install to udeps task * Use HTTPS
1 parent 1f6850f commit a244aa3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-suite.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,10 @@ jobs:
392392
cache: false
393393
env:
394394
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
395+
- name: Fetch libssl1.1
396+
run: wget https://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
397+
- name: Install libssl1.1
398+
run: sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
395399
- name: Create Cargo config dir
396400
run: mkdir -p .cargo
397401
- name: Install custom Cargo config

0 commit comments

Comments
 (0)