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 6c1b1e0 commit c4ec366Copy full SHA for c4ec366
.github/workflows/tests.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
mkdir -p ~/ssl && cd ~/ssl
31
wget -nc https://ftp.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.1w-0+deb11u1_amd64.deb
32
- dpkg -i libssl1.1_1.1.1w-0+deb11u1_amd64.deb
+ sudo 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