From 22a0b4701c1e15c92a72bd0824950bae932c38d1 Mon Sep 17 00:00:00 2001 From: Ruben De Smet Date: Mon, 1 Jul 2024 17:14:19 +0200 Subject: [PATCH] Install protobuf on pages CI --- .github/workflows/pages.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index cb3249487..de6065535 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -16,6 +16,10 @@ jobs: - uses: actions/checkout@v2 with: persist-credentials: false + - name: Install protobuf + run: | + sudo apt-get update + sudo apt-get install -y libprotobuf-dev libprotobuf-c-dev protobuf-compiler protobuf-c-compiler - uses: actions-rs/cargo@v1 with: command: doc