Skip to content

Commit 907d84c

Browse files
committed
Downgrade version of openssl to be compatible with netcoreapp2.0 (hopefully)
1 parent d9426e7 commit 907d84c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-storage-dependant-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Downgrade OpenSSL
8787
timeout-minutes: 3
8888
run: |
89-
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
89+
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.2g-1ubuntu4.20_amd64.deb
9090
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
9191
9292
- name: Checkout repo

.github/workflows/reusable-storage-independant-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Downgrade OpenSSL
6868
timeout-minutes: 3
6969
run: |
70-
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
70+
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.2g-1ubuntu4.20_amd64.deb
7171
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
7272
7373
- name: Checkout repo

0 commit comments

Comments
 (0)