Skip to content

Commit

Permalink
add protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
blind-oracle committed Jun 25, 2024
1 parent 57a50b0 commit 901d596
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
wget 'https://github.com/kpcyrd/repro-env/releases/download/v0.4.0/repro-env'
echo 'e331825a19d41a5ad4dd7c1ce7a810eccbb9eb8945c3fc78abe9f040df8c1204 repro-env' | sha256sum -c -
sudo install -m755 repro-env -t /usr/bin
- name: Install protoc
run: sudo apt-get update && sudo apt-get install protobuf-compiler
- name: Build
run: repro-env build -- cargo build --release --target x86_64-unknown-linux-musl
Expand Down
2 changes: 1 addition & 1 deletion repro-env.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ image = "docker.io/library/archlinux"

[packages]
system = "archlinux"
dependencies = ["musl", "cmake", "make", "rust-musl", "lua"]
dependencies = ["musl", "cmake", "make", "rust-musl", "lua", "protobuf"]

0 comments on commit 901d596

Please sign in to comment.