Skip to content

Commit 83c2512

Browse files
committed
Install libomp on GHA
1 parent 5105e3f commit 83c2512

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
if: runner.os == 'macOS'
104104
run: |
105105
brew install gettext
106+
brew install libomp
106107
export PKG_CPPFLAGS="-I$(brew --prefix gettext)/include"
107108
export PKG_LIBS="-L$(brew --prefix gettext)/lib -lintl"
108109
R -e 'install.packages("data.table", type="source")'

0 commit comments

Comments
 (0)