Skip to content

Commit 5c7af1f

Browse files
authored
Use apt-get instead of apt
1 parent 9267182 commit 5c7af1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Install missing software on ubuntu
1616
run: |
17-
sudo apt update
17+
sudo apt-get update
1818
sudo apt-get install libxml2-utils
1919
sudo apt-get install z3 libz3-dev
2020
sudo apt-get install lcov

0 commit comments

Comments
 (0)