Skip to content

Commit

Permalink
Update r.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OVVO-Financial authored Aug 12, 2024
1 parent 08745fb commit 43479f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:
brew install fribidi
brew install gsl # Install GSL library on macOS
- name: Set up GSL environment variables on MacOS
if: runner.os == 'macOS'
run: |
export PKG_CPPFLAGS="-I$(brew --prefix gsl)/include"
export PKG_LIBS="-L$(brew --prefix gsl)/lib -lgsl -lgslcblas -lm"
shell: bash

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
Expand Down

0 comments on commit 43479f8

Please sign in to comment.