Skip to content

Commit 46b00b9

Browse files
Merge pull request #1042 from theymightbetim/fix-test-pipeline
fix: test pipeline | install missing dependency for dbus
2 parents 57dfe60 + 20b9b54 commit 46b00b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autotest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Update Ubuntu
2626
run: sudo apt-get update
2727
- name: Install Ubuntu dependencies
28-
run: sudo apt-get install -y libdbus-1-dev libgit2-dev libvirt-dev taskwarrior
28+
run: sudo apt-get install -y libdbus-1-dev libgit2-dev libvirt-dev taskwarrior libglib2.0-dev
2929
- name: Install Python dependencies
3030
run: |
3131
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)