Skip to content

Commit

Permalink
try adding libarchive-dev manually
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondben committed Jul 9, 2021
1 parent ef5cf4d commit 1d3b94f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ jobs:
while read -r cmd
do
eval sudo $cmd
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "20.04"))')
done < <(Rscript -e 'writeLines(c(remotes::system_requirements("ubuntu", "20.04"), "apt-get install -y libarchive-dev"))')
# - name: Install brew packages
# if: runner.os == 'MacOS'
# run: brew install libarchive

- name: Install source dependencies
if: runner.os == 'Linux'
Expand Down

0 comments on commit 1d3b94f

Please sign in to comment.