Skip to content

Commit

Permalink
Use DEBIAN_FRONTEND & NEEDRESTART_SUSPEND in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosabalde committed May 23, 2024
1 parent 831ea2a commit 286171a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: Install packages
run: |
sudo apt-get update -q
sudo apt-get install -qq \
sudo apt update
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 286171a

Please sign in to comment.