From 692461ee68a706d9543cce6059ab20da6ccdb04a Mon Sep 17 00:00:00 2001 From: Vladimir Rubin Date: Sun, 17 Nov 2024 19:46:13 +0200 Subject: [PATCH] 3000th commit i swear --- .gitea/workflows/checks.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/checks.yaml b/.gitea/workflows/checks.yaml index bec2fe3..5cae417 100644 --- a/.gitea/workflows/checks.yaml +++ b/.gitea/workflows/checks.yaml @@ -17,7 +17,8 @@ jobs: uses: actions/checkout@v4 - name: Install openssl - run: sudo apt-get update && sudo apt-get install -y openssl libssl-dev \ + run: + sudo apt-get update && sudo apt-get install -y openssl libssl-dev && \ wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb &&\ sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb