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 405babf commit c972a32
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 @@ -30,8 +30,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 libcurl4-gnutls-dev \
libedit-dev libjemalloc-dev libncurses-dev \
liblua5.1-0-dev libluajit-5.1-dev libpcre2-dev libtool lua5.1 \
Expand Down

0 comments on commit c972a32

Please sign in to comment.