From 70be9b1cbc1b0f5ac727e9c726cd29e3f85a16fa Mon Sep 17 00:00:00 2001 From: Florian Bach Date: Mon, 13 Jan 2025 07:25:46 +0100 Subject: [PATCH] (Hopefully) fix CI --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 196b668..1f17627 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -91,6 +91,7 @@ jobs: id: pip-stuff continue-on-error: true run: | + sudo apt update # Require oscrypto > 1.3.0 because all versions until 1.3.0 had no (or broken) OpenSSL 3 support. pip3 install "oscrypto>1.3.0" pip3 install -r ./.github/workflows/ci_test_requirements.txt @@ -118,6 +119,7 @@ jobs: - name: Install dependencies run: | + sudo apt update # Require cryptography >= 3.1 because in 3.0 and below, the backend param in load_key_and_certificates was still required. # Installing a forked version of oscrypto to fix OpenSSL 3 issues pip3 install https://github.com/Leseratte10/acsm-calibre-plugin/releases/download/config/oscrypto_1.3.0_fork_2023-12-19.zip