Skip to content

Commit 2750e3e

Browse files
authored
Update cpp-unit-test.yml
1 parent f00261d commit 2750e3e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cpp-unit-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818

1919
- name: Set up C++ environment
2020
run: |
21-
sudo apt-get install \
21+
sudo apt-get update \
22+
sudo apt-get install -y --fix-missing libboost-all-dev \
2223
cmake cmake-curses-gui libprotobuf-dev libgtest-dev libre2-dev \
2324
libicu-dev libboost-dev libboost-thread-dev libboost-system-dev \
2425
protobuf-compiler

0 commit comments

Comments
 (0)