From 9cf819353fd3b7243bbd9e17b02f1e8b70861c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Salawa?= Date: Thu, 31 Oct 2024 12:33:44 +0100 Subject: [PATCH] github actions updated --- .github/workflows/lin_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lin_release.yml b/.github/workflows/lin_release.yml index dc98e11985..c4ddc248c7 100644 --- a/.github/workflows/lin_release.yml +++ b/.github/workflows/lin_release.yml @@ -7,7 +7,7 @@ env: PORTABLE_DIR: ${{ github.workspace }}/output/portable/SQLiteStudio INSTALLBUILDER_DIR: ../ib INSTALLBUILDER_URL: https://releases.bitrock.com/installbuilder/installbuilder-enterprise-24.3.0-linux-x64-installer.run - LIBSSL_DIR_URL: https://archive.ubuntu.com/ubuntu/pool/main/o/openssl/ + LIBSSL_DIR_URL: http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/ LIBSSL_DEB: libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb name: Linux release build