Skip to content

Commit

Permalink
apt-get update in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwb committed Jul 24, 2023
1 parent a7dd4bc commit 7e9d88c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- name: Install apt dependencies
if: runner.os == 'Linux'
run: |
# Ensure the script doesnt hang waiting for user input
export DEBIAN_FRONTEND=noninteractive
# Update system
sudo apt-get update
sudo apt-get install -y \
autotools-dev \
automake \
Expand Down

0 comments on commit 7e9d88c

Please sign in to comment.