Skip to content

Commit

Permalink
GitHub CI ensure dependencies libtool and help2man are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
fido2020 committed Jan 27, 2022
1 parent 8ca35a8 commit a6a715c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential autoconf python3 python3-pip ninja-build qemu-utils nasm
sudo apt-get install -y build-essential autoconf libtool python3 python3-pip ninja-build qemu-utils nasm help2man
sudo python3 -m pip install meson xbstrap
- name: Initialize and Update submodules
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential autoconf python3 python3-pip ninja-build qemu-utils nasm
sudo apt-get install -y build-essential autoconf libtool python3 python3-pip ninja-build qemu-utils nasm help2man
sudo python3 -m pip install meson xbstrap
- name: Initialize and Update submodules
Expand Down

0 comments on commit a6a715c

Please sign in to comment.