Nushell plugin for interacting with D-Bus
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

install libdbus-1-dev in workflow

+2
+2
.github/workflows/rust.yml
··· 16 16 17 17 steps: 18 18 - uses: actions/checkout@v3 19 + - name: Install dependencies 20 + run: sudo apt-get install libdbus-1-dev 19 21 - name: Build 20 22 run: cargo build --verbose 21 23 - name: Run tests