Skip to content

Commit fa85d7e

Browse files
authored
workaround GitHub Actions on Ubuntu (#5946)
1 parent 50f8a5a commit fa85d7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
if: runner.os == 'Linux'
2727
shell: bash
2828
run: |
29-
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
30-
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
29+
sudo sed -i 's/providers = provider_sect/# providers = provider_sect/' /etc/ssl/openssl.cnf
3130
- name: Perform tests
3231
shell: bash
3332
run: |

0 commit comments

Comments
 (0)