diff options
| author | Alasdair | 2020-06-02 15:41:49 +0100 |
|---|---|---|
| committer | Alasdair | 2020-06-02 15:41:49 +0100 |
| commit | ec500f1ce28656fca7d7c1ab8304d5d5a7dffc5b (patch) | |
| tree | 43ca7d61497bef39726aafa3bdd63576dd57f7bb /.github/workflows/ubuntu_18_04_build.yml | |
| parent | 62038e2448520ad8d1e352b1d5f9ca9dc7306364 (diff) | |
Add m4 to 18.04 install
It previously installed fine via the build-essential package, so no idea
what changed! Plus 20.04 works fine with just build-essential
Diffstat (limited to '.github/workflows/ubuntu_18_04_build.yml')
| -rw-r--r-- | .github/workflows/ubuntu_18_04_build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu_18_04_build.yml b/.github/workflows/ubuntu_18_04_build.yml index 02755e87..ada366b4 100644 --- a/.github/workflows/ubuntu_18_04_build.yml +++ b/.github/workflows/ubuntu_18_04_build.yml @@ -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 |
