Skip to content

Commit 2c28e07

Browse files
committed
Fix unmatched version of openssl in install command
1 parent 907d84c commit 2c28e07

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
@@ -87,7 +87,7 @@ jobs:
8787
timeout-minutes: 3
8888
run: |
8989
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.2g-1ubuntu4.20_amd64.deb
90-
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
90+
sudo dpkg -i libssl1.0.0_1.0.2g-1ubuntu4.20_amd64.deb
9191
9292
- name: Checkout repo
9393
timeout-minutes: 1

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

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

0 commit comments

Comments
 (0)