We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6850f commit a244aa3Copy full SHA for a244aa3
.github/workflows/test-suite.yml
@@ -392,6 +392,10 @@ jobs:
392
cache: false
393
env:
394
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
399
- name: Create Cargo config dir
400
run: mkdir -p .cargo
401
- name: Install custom Cargo config
0 commit comments