Skip to content

Commit 9211120

Browse files
committed
更新.github中的workflows
1 parent 55c39bb commit 9211120

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
sudo apt install build-essential cmake
1717
sudo apt install libgtest-dev libgmock-dev
1818
sudo apt install libmosquitto-dev
19+
sudo apt install libdbus-1-dev
1920
- uses: actions/checkout@v3
2021
- name: Build
2122
run: cmake -B build && cmake --build build

.github/workflows/make.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
sudo apt install build-essential
1717
sudo apt install libgtest-dev libgmock-dev
1818
sudo apt install libmosquitto-dev
19+
sudo apt install libdbus-1-dev
1920
- uses: actions/checkout@v3
2021
- name: Build
2122
run: make

0 commit comments

Comments
 (0)