From 2a99273016cb3ba2e918892ad757589b0024243b Mon Sep 17 00:00:00 2001 From: Vladimir Rubin Date: Sun, 17 Nov 2024 19:44:34 +0200 Subject: [PATCH] the fuck?? --- .gitea/workflows/checks.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/checks.yaml b/.gitea/workflows/checks.yaml index 1a4ca35..bec2fe3 100644 --- a/.gitea/workflows/checks.yaml +++ b/.gitea/workflows/checks.yaml @@ -17,7 +17,9 @@ 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 - name: Set up Elixir uses: erlef/setup-beam@v1