Skip to content

Commit

Permalink
fix(autotest): add an apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-wan-kenobi committed Jan 15, 2024
1 parent 1dffc18 commit fd0714e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Update Ubuntu
run: sudo apt-get update
- name: Install Ubuntu dependencies
run: sudo apt-get install -y libdbus-1-dev libgit2-dev libvirt-dev taskwarrior
- name: Install Python dependencies
Expand Down

0 comments on commit fd0714e

Please sign in to comment.