File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 77 name : Check
88 runs-on : ubuntu-latest
99 steps :
10+ - name : Install Dependencies
11+ run : sudo apt-get update && sudo apt-get install libdbus-1-dev
1012 - uses : actions/checkout@v2
1113 - uses : actions-rs/toolchain@v1
1214 with :
2123 name : Test Suite
2224 runs-on : ubuntu-latest
2325 steps :
26+ - name : Install Dependencies
27+ run : sudo apt-get update && sudo apt-get install libdbus-1-dev
2428 - uses : actions/checkout@v2
2529 - uses : actions-rs/toolchain@v1
2630 with :
3539 name : Rustfmt
3640 runs-on : ubuntu-latest
3741 steps :
42+ - name : Install Dependencies
43+ run : sudo apt-get update && sudo apt-get install libdbus-1-dev
3844 - uses : actions/checkout@v2
3945 - uses : actions-rs/toolchain@v1
4046 with :
5157 name : Clippy
5258 runs-on : ubuntu-latest
5359 steps :
60+ - name : Install Dependencies
61+ run : sudo apt-get update && sudo apt-get install libdbus-1-dev
5462 - uses : actions/checkout@v2
5563 - uses : actions-rs/toolchain@v1
5664 with :
You can’t perform that action at this time.
0 commit comments