Skip to content

Commit

Permalink
Removed setting up protobuffers from the rhub workflow (bug was fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjentsch committed May 22, 2024
1 parent 2f931b7 commit b0c8f30
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ 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 b0c8f30

Please sign in to comment.