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 824ccd7 commit 5d8bb00
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 @@ -29,8 +29,8 @@ jobs:
- name: Install packages
run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-get update -q
sudo apt-get install -qq \
sudo apt update
sudo 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 5d8bb00

Please sign in to comment.