Skip to content

Commit

Permalink
Add m4 to 18.04 install
Browse files Browse the repository at this point in the history
It previously installed fine via the build-essential package, so no idea
what changed! Plus 20.04 works fine with just build-essential
  • Loading branch information
Alasdair committed Jun 2, 2020
1 parent 62038e2 commit ec500f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_18_04_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
run: |
sudo add-apt-repository ppa:avsm/ppa
sudo apt update
sudo apt install build-essential libgmp-dev z3
sudo apt install build-essential libgmp-dev z3 m4
sudo apt install opam
etc/ci_opam_build.sh

0 comments on commit ec500f1

Please sign in to comment.