From ad98bf5e4fa7affb24410774b2797543a15f15e5 Mon Sep 17 00:00:00 2001 From: Alexandra Darrieutort Date: Fri, 13 Sep 2024 16:12:25 +0200 Subject: [PATCH] Fixed rockylinux-8-5 --- .github/workflows/test-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-install.yml b/.github/workflows/test-install.yml index 71e1fd1..6a1fe1c 100644 --- a/.github/workflows/test-install.yml +++ b/.github/workflows/test-install.yml @@ -73,7 +73,7 @@ jobs: run: | yum update -y # compat-openssl10 to avoid "error while loading shared libraries: libssl.so.10" - yum install -y -q wget cpio make findutils compat-openssl10 openssl-libs + yum install -y -q wget cpio make findutils compat-openssl10 openssl3-libs - uses: actions/checkout@v2 - name: Run icommands-install.sh run: ./.github/scripts/install.sh