Skip to content

Commit

Permalink
install protobuf deps on Linux CI
Browse files Browse the repository at this point in the history
  • Loading branch information
asiripanich committed Nov 19, 2020
1 parent b7ef64e commit 92e6e7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
eval sudo $cmd
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "20.04"))')
- name: Install ProtoBuf libraries and compiler
if: runner.os == 'Linux'
run: |
sudo apt-get install -y protobuf-compiler libprotobuf-dev libprotoc-dev
- name: Install dependencies
run: |
remotes::install_deps(dependencies = TRUE)
Expand Down

0 comments on commit 92e6e7e

Please sign in to comment.