Compare commits

...

2 Commits

Author SHA1 Message Date
Josh Matthews
13cc0efc90 Fix nightly CI build. 2023-01-07 17:26:35 -05:00
Josh Matthews
94b85f290f Add libdbus development libraries in CI. 2023-01-07 14:28:42 -05:00
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip virtualenv
sudo apt update
sudo apt install -qy libdbus-1-dev
python3 ./mach bootstrap
- name: Release build
run: python3 ./mach build --release

View File

@@ -19,6 +19,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip virtualenv
sudo apt update
sudo apt install -qy libdbus-1-dev
python3 ./mach bootstrap
- name: Release build
run: python3 ./mach build --release