Skip to content

Commit

Permalink
workaround GitHub Actions on Ubuntu (#5945)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl authored Sep 29, 2024
1 parent b797758 commit 465c29e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 465c29e

Please sign in to comment.