Skip to content

Commit

Permalink
workaround GitHub Actions on Ubuntu (#5946)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Sep 29, 2024
1 parent 50f8a5a commit fa85d7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
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
sudo sed -i 's/providers = provider_sect/# providers = provider_sect/' /etc/ssl/openssl.cnf
- name: Perform tests
shell: bash
run: |
Expand Down

0 comments on commit fa85d7e

Please sign in to comment.