Skip to content

Commit

Permalink
Add system deps for Rfast
Browse files Browse the repository at this point in the history
  • Loading branch information
sterrettJD authored Feb 9, 2025
1 parent e70c746 commit b27d73b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true


- name: Install system dependencies
# required for Rfast
run: sudo apt-get install -y libgomp1

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::roxygen2
Expand Down

0 comments on commit b27d73b

Please sign in to comment.