Use apt-get instead of apt

This commit is contained in:
amai2012 2020-04-07 20:23:54 +02:00 committed by GitHub
parent 9267182d8c
commit 5c7af1f922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Install missing software on ubuntu
run: |
sudo apt update
sudo apt-get update
sudo apt-get install libxml2-utils
sudo apt-get install z3 libz3-dev
sudo apt-get install lcov