Skip to content

Commit

Permalink
+libglpk40
Browse files Browse the repository at this point in the history
Co-Authored-By: Sermet Pekin <[email protected]>
  • Loading branch information
ms609 and SermetPekin committed Jun 25, 2024
1 parent 7467f5e commit 169867f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,17 @@ jobs:
- name: Install apt packages (Linux)
if: runner.os == 'Linux'
run: |
sudo apt-get install \
texlive-latex-base texlive-fonts-recommended libcurl4-openssl-dev
sudo apt-get update
sudo apt-get install -y \
texlive-latex-base texlive-fonts-recommended libcurl4-openssl-dev \
libglpk40
- name: Set up R dependencies (Windows)
if: runner.os == 'Windows'
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
RcppCore/Rcpp
ms609/TreeDistData
needs: |
check
Expand All @@ -93,9 +96,9 @@ jobs:
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
RcppCore/Rcpp
ms609/TreeDistData
phangorn=?ignore-before-r=4.1.0
RcppCore/Rcpp
needs: |
check
Expand Down

0 comments on commit 169867f

Please sign in to comment.