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 abd355c commit c105f75
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 @@ -23,8 +23,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 libeditline-dev libjemalloc-dev libncurses-dev \
liblua5.1-0-dev libluajit-5.1-dev libpcre3-dev libtool lua5.1 \
Expand Down

0 comments on commit c105f75

Please sign in to comment.