Skip to content

Commit b27d73b

Browse files
authored
Add system deps for Rfast
1 parent e70c746 commit b27d73b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/document.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ jobs:
2222
- uses: r-lib/actions/setup-r@v2
2323
with:
2424
use-public-rspm: true
25-
25+
26+
- name: Install system dependencies
27+
# required for Rfast
28+
run: sudo apt-get install -y libgomp1
29+
2630
- uses: r-lib/actions/setup-r-dependencies@v2
2731
with:
2832
extra-packages: any::roxygen2

0 commit comments

Comments
 (0)