Try to fix software installation on ubuntu

This commit is contained in:
amai2012 2020-02-24 12:17:34 +01:00 committed by GitHub
parent 3afd764e95
commit 88c69418ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
- name: Install missing software on ubuntu
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt update
sudo apt-get install libxml2-utils
sudo apt-get install z3 libz3-dev