From 2c27e2e37d1872a30787fca8f888f3106911ffc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Trojnara?= Date: Fri, 31 May 2024 21:00:39 +0200 Subject: [PATCH] Fix Ubuntu 24.04 build --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f85d0be..96689c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,6 +111,7 @@ jobs: if: runner.os == 'Linux' run: | sudo apt-get update + sudo apt-get remove needrestart || echo Ignored sudo apt-get install -y libssl-dev zlib1g-dev python3-cryptography - name: Install brew dependencies (macOS)