Skip to content

Commit

Permalink
Fix Ubuntu 24.04 build
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrojnar committed Jun 1, 2024
1 parent af9b877 commit f6dcae1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,9 @@ jobs:
- name: Install apt dependencies (Linux)
if: runner.os == 'Linux'
run: |
export DEBIAN_FRONTEND=noninteractive
export NEEDRESTART_MODE=a
sudo apt-get update
sudo --preserve-env=DEBIAN_FRONTEND,NEEDRESTART_MODE apt-get install -y libssl-dev zlib1g-dev python3-cryptography
sudo apt-get remove needrestart || echo Ignored
sudo apt-get install -y libssl-dev zlib1g-dev python3-cryptography
- name: Install brew dependencies (macOS)
if: runner.os == 'macOS'
Expand Down

0 comments on commit f6dcae1

Please sign in to comment.