Skip to content

Commit

Permalink
Install it in a different way.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubadamw committed Sep 21, 2024
1 parent 8cf384b commit 4b7c62d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ permissions:
pages: write
id-token: write

env:
PROTOC_VERSION: 25.1

concurrency:
group: documentation
cancel-in-progress: true
Expand All @@ -19,9 +22,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install the required dependencies
- name: Install protoc
run: |
sudo apt install protobuf-compiler
curl -LO "https://github.com/protocolbuffers/protobuf/releases/download/v${PROTOC_VERSION}/protoc-${PROTOC_VERSION}-linux-x86_64.zip"
unzip "protoc-${PROTOC_VERSION}-linux-x86_64.zip" -d $HOME/.local
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 4b7c62d

Please sign in to comment.