Skip to content

Commit

Permalink
Revert "Removed setting up protobuffers from the rhub workflow (bug w…
Browse files Browse the repository at this point in the history
…as fixed)"

This reverts commit b0c8f30.
  • Loading branch information
sjentsch committed May 23, 2024
1 parent 971f4ed commit 25420ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:

steps:
- uses: r-hub/actions/checkout@v1
- name: Install protobuf headers
if: runner.os == 'Linux'
run: sudo apt update -y && sudo apt install -y protobuf-compiler libprotobuf-dev libprotoc-dev
- uses: r-hub/actions/setup-r@v1
with:
job-config: ${{ matrix.config.job-config }}
Expand Down

0 comments on commit 25420ff

Please sign in to comment.