Skip to content

Commit

Permalink
GSL for Rfast?
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Aug 27, 2024
1 parent 7d9aed5 commit ce64bb1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,20 +78,30 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y texlive-latex-base libglpk-dev texlive-fonts-recommended libgsl-dev
- name: Check GSL library location
run: ls -l /usr/lib/x86_64-linux-gnu/libgsl*

- name: Set LD_LIBRARY_PATH
run: |
echo "LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH" >> $GITHUB_ENV
- name: Verify LD_LIBRARY_PATH
run: echo $LD_LIBRARY_PATH

- name: Set up R dependencies (R 3.6)
if: matrix.config.r == '3.6'
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
needs: |
Expand Down

0 comments on commit ce64bb1

Please sign in to comment.