Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosabalde committed May 23, 2024
1 parent 335e6b8 commit e4bd32f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:

- name: Install packages
run: |
export DEBIAN_FRONTEND=noninteractive
export NEEDRESTART_SUSPEND=non-empty-value
sudo apt update
sudo apt install -y \
sudo DEBIAN_FRONTEND=noninteractive NEEDRESTART_SUSPEND=non-empty-value apt install -y \
automake autotools-dev lcov libedit-dev libev-dev \
libncurses-dev libpcre2-dev libssl-dev libtool python3-docutils \
python3-sphinx
Expand Down

0 comments on commit e4bd32f

Please sign in to comment.