Skip to content

Commit

Permalink
🔧 Declare system requirements for igraphlite for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
heavywatal committed Jan 31, 2024
1 parent fb0e98b commit 74dfc31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2

- name: Install system requirements on macOS
if: runner.os == 'macOS'
run: |
brew install glpk
shell: bash

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
Expand Down
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ BugReports: https://github.com/heavywatal/rtumopp/issues
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
LinkingTo: Rcpp
SystemRequirements: CMake (>= 3.15.0)
SystemRequirements:
CMake (>= 3.18.0), glpk, gmp, libxml2
VignetteBuilder: knitr
Config/testthat/edition: 3

0 comments on commit 74dfc31

Please sign in to comment.