We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8590499 commit 63545ccCopy full SHA for 63545cc
.github/workflows/main.yml
@@ -20,8 +20,9 @@ jobs:
20
- name: Install dependencies
21
run: |
22
sudo apt-get update
23
- sudo apt-get install -y \
24
- cmake \
+ sudo apt-get install -y curl protobuf-compiler build-essential git wget unzip python3 python3-pip \
+ 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
26
- run: make build
27
- name: Run C++ tests
28
run: make test
0 commit comments