Fix Ubuntu 24.04 build

This commit is contained in:
Michał Trojnara 2024-05-31 21:00:39 +02:00
parent b829e7a802
commit 2c27e2e37d

View File

@ -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)