Skip to content

Commit ef63d81

Browse files
Still trying to install JAGS for GitHub Actions macOS environment
1 parent aa206cd commit ef63d81

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
if: runner.os == 'macOS'
4141
run : |
4242
brew install jags
43+
44+
- name: Set JAGS library path
45+
run: |
46+
echo "LD_LIBRARY_PATH=/opt/homebrew/Cellar/jags/4.3.2/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
47+
4348
4449
- uses: r-lib/actions/setup-r-dependencies@v2
4550
with:

0 commit comments

Comments
 (0)