Skip to content

Commit

Permalink
Add apt update in in-tree build
Browse files Browse the repository at this point in the history
  • Loading branch information
martingalloar committed Jul 15, 2020
1 parent c5fb73d commit f3f25d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
- name: Install dependencies for a in-tree build
run: |
sudo gem install asciidoctor
sudo apt-get update -qq
sudo apt-get install -yqq cmake libglib2.0-dev qttools5-dev qttools5-dev-tools libqt5svg5-dev qtmultimedia5-dev qt5-default libpcap-dev bison flex make python3 python3-pip perl libgcrypt-dev
- name: Build in-tree
Expand Down

0 comments on commit f3f25d5

Please sign in to comment.