Skip to content

Commit

Permalink
Include setting up protobuffers into the rhub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sjentsch committed May 22, 2024
1 parent 7b532c4 commit 2c62ce9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:

steps:
# NO NEED TO CHECKOUT HERE
- 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@v1
with:
config: ${{ github.event.inputs.config }}
id: rhub-setup

- name: Install protobuf headers
if: runner.os == 'Linux'
run: sudo apt update -y && sudo apt install -y protobuf-compiler libprotobuf-dev libprotoc-dev

linux-containers:
needs: setup
if: ${{ needs.setup.outputs.containers != '[]' }}
Expand Down

0 comments on commit 2c62ce9

Please sign in to comment.