Skip to content

Commit

Permalink
Update build deploy to find dbus-1
Browse files Browse the repository at this point in the history
  • Loading branch information
retiutut committed Aug 25, 2023
1 parent 1d5aa4c commit 6689510
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cache: 'pip'
- name: Install Dependencies
run: |
sudo apt-get -y install bluez libbluetooth-dev dbus
sudo apt-get -y install bluez libbluetooth-dev libdbus-1-dev
- name: Build using Cmake
run: |
mkdir build
Expand Down
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
sudo: required
dist: jammy

enabled: false
branches:
only:
- dont-build

os:
- linux
Expand Down

0 comments on commit 6689510

Please sign in to comment.