From 465c29ea62979a579ac87206bdd8d1a187674908 Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L." Date: Sun, 29 Sep 2024 08:18:32 +0300 Subject: [PATCH] workaround GitHub Actions on Ubuntu (#5945) --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5dfdd5a9a75..89297fa55cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,12 @@ jobs: with: path: tmp key: tmp ${{ matrix.script }} + - name: Patch OpenSSL on Ubuntu + if: runner.os == 'Linux' + shell: bash + run: | + wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb + sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb - name: Perform tests shell: bash run: |