Skip to content

Commit 68b3c08

Browse files
committed
Merge main
Signed-off-by: raj-subhankar <subhankar.rj@gmail.com>
2 parents a6f43c5 + 237f1c2 commit 68b3c08

120 files changed

Lines changed: 6760 additions & 5305 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ jobs:
106106

107107
- uses: actions-rust-lang/setup-rust-toolchain@v1
108108

109+
- name: Install Dependencies
110+
run: |
111+
sudo apt update -y
112+
sudo apt install -y libdbus-1-dev libxcb1-dev
113+
109114
- name: Cache Cargo artifacts
110115
uses: Swatinem/rust-cache@v2
111116

0 commit comments

Comments
 (0)