Skip to content

Commit

Permalink
Install protoc-29 in CI
Browse files Browse the repository at this point in the history
Anoma requires a newer version of protoc than is available from apt
  • Loading branch information
paulcadman committed Nov 29, 2024
1 parent e44a3fe commit f914d91
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,11 @@ jobs:
elixir-version: "1.17.3"
otp-version: "27.1"

# Anoma requires a newer version of protoc than is available from apt
- name: Install protoc
run: |
sudo apt install -y protobuf-compiler
protoc --version
curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v29.0/protoc-29.0-linux-x86_64.zip && \
unzip protoc-29.0-linux-x86_64.zip -d $HOME/.local
- name: Cache anoma
id: cache-anoma
Expand Down

0 comments on commit f914d91

Please sign in to comment.