From 2eaa9d533196b373f9b6a277ba95f113345773f7 Mon Sep 17 00:00:00 2001 From: itqop Date: Sat, 19 Jul 2025 01:30:06 +0300 Subject: [PATCH] Fix CI libssl1.1 --- .gitea/workflows/ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d018532..2dfd088 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -16,16 +16,6 @@ jobs: - name: Checkout repo uses: actions/checkout@v3 - - name: Install OpenSSL 1.1 compatibility library - run: | - wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.24_amd64.deb - sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.24_amd64.deb - - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: '3.10' - - name: Cache pip uses: actions/cache@v3 with: