Skip to content

Commit

Permalink
Reordering special forced install packages (to match order of appeara…
Browse files Browse the repository at this point in the history
…nce in GHA details) and adding `libjq-dev` to set of packages
  • Loading branch information
njlyon0 committed Apr 11, 2024
1 parent e677968 commit df950cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: dependencies on Linux
if: runner.os == 'Linux'
run: sudo apt-get install -y make libicu-dev libxml2-dev libssl-dev pandoc librdf0-dev libnode-dev libcurl4-gnutls-dev
run: sudo apt-get install -y libcurl4-gnutls-dev libcurl4-openssl-dev libicu-dev libjq-dev libnode-dev librdf0-dev libssl-dev libxml2-dev make pandoc

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit df950cf

Please sign in to comment.