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 f8fccf8 commit 6c1b1e0Copy full SHA for 6c1b1e0
.github/workflows/tests.yml
@@ -28,8 +28,8 @@ jobs:
28
- name: install libssl1.1
29
run: |
30
mkdir -p ~/ssl && cd ~/ssl
31
- wget -nc http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb
32
- dpkg -i libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb
+ wget -nc https://ftp.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.1w-0+deb11u1_amd64.deb
+ dpkg -i libssl1.1_1.1.1w-0+deb11u1_amd64.deb
33
- uses: actions/checkout@v4
34
if: github.event.inputs.git-ref == ''
35
with:
0 commit comments