Skip to content

Commit 592a4d9

Browse files
committed
update github workflows
1 parent 34f4e76 commit 592a4d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
sudo apt-get update
20-
sudo apt-get install -y cmake build-essential libboost-all-dev libspdlog-dev libfmt-dev patchelf
20+
sudo apt-get install -y cmake build-essential \
21+
libboost-all-dev libyaml-cpp-dev libspdlog-dev libfmt-dev patchelf
2122
2223
- name: Download stark-serialport libs
2324
run: |

0 commit comments

Comments
 (0)