Skip to content

Commit c4ec366

Browse files
committed
chore(workflows/tests): use sudo
1 parent 6c1b1e0 commit c4ec366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
mkdir -p ~/ssl && cd ~/ssl
3131
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
32+
sudo dpkg -i libssl1.1_1.1.1w-0+deb11u1_amd64.deb
3333
- uses: actions/checkout@v4
3434
if: github.event.inputs.git-ref == ''
3535
with:

0 commit comments

Comments
 (0)