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