Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ake123 committed Jun 26, 2024
1 parent a63a1ba commit 9ddc392
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/check-bioc-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,10 @@ jobs:

- name: Install Linux system dependencies
if: runner.os == 'Linux'
env:
RHUB_PLATFORM: linux-x86_64-ubuntu-gcc
CURL_SSL_NO_REVOKE: 1
run: |
Rscript -e "devtools::install_github('r-hub/sysreqs')"
sysreqs=$(Rscript -e "cat(sysreqs::sysreq_commands('DESCRIPTION'))")
sudo -s eval "$sysreqs"
sudo apt-get install -y libcurl4-openssl-dev libglpk-dev
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev libglpk-dev libxml2-dev libssl-dev libfontconfig1-dev libharfbuzz-dev libfribidi-dev libfreetype6-dev libpng-dev libtiff-dev libjpeg-dev
sudo apt-get install -y build-essential
- name: Install macOS system dependencies
if: matrix.config.os == 'macOS-latest'
Expand Down

0 comments on commit 9ddc392

Please sign in to comment.