Skip to content

Commit 63545cc

Browse files
committed
update ci
1 parent 8590499 commit 63545cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
sudo apt-get update
23-
sudo apt-get install -y \
24-
cmake \
23+
sudo apt-get install -y curl protobuf-compiler build-essential git wget unzip python3 python3-pip \
24+
libssl-dev libffi-dev libreadline-dev zlib1g-dev libbz2-dev libsqlite3-dev libncurses5-dev \
25+
libgdbm-dev libnss3-dev liblzma-dev libxml2-dev libxmlsec1-dev libffi-dev libyaml-dev
2526
- run: make build
2627
- name: Run C++ tests
2728
run: make test

0 commit comments

Comments
 (0)