Skip to content

Commit bc6b090

Browse files
committed
更新cmake.yml与make.yml
1 parent 4673923 commit bc6b090

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
run: |
1515
sudo apt update
1616
sudo apt install build-essential cmake
17-
sudo apt install libgtest-dev libgmock-dev libmosquitto-dev
17+
sudo apt install libgtest-dev libgmock-dev
18+
sudo apt install libmosquitto-dev
1819
- uses: actions/checkout@v3
1920
- name: Build
2021
run: cmake -B build && cmake --build build

.github/workflows/make.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
run: |
1515
sudo apt update
1616
sudo apt install build-essential
17-
sudo apt install libgtest-dev libgmock-dev libmosquitto-dev
17+
sudo apt install libgtest-dev libgmock-dev
18+
sudo apt install libmosquitto-dev
1819
- uses: actions/checkout@v3
1920
- name: Build
2021
run: make

0 commit comments

Comments
 (0)