We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd03df commit df5f420Copy full SHA for df5f420
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Update apt and install dependencies
28
run: |
29
sudo apt-get update
30
- sudo apt-get install -y protobuf-compiler python3-pip
+ sudo apt-get install -y pkg-config libssl-dev protobuf-compiler python3-pip
31
pip3 install ziglang
32
cargo install --locked cargo-zigbuild
33
0 commit comments