Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenkewu committed May 5, 2024
1 parent e039507 commit bf9199f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ jobs:
- name: Install Mac system dependencies
if: runner.os == 'macOS'
run: |
PATH="${PATH}:/opt/homebrew"
export PATH=$PATH
brew install jags
curl -OL https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Mac%20OS%20X/extras/JAGS-4.3.2-universal.tar.gz
tar -xvf JAGS-4.3.2-universal.tar.gz -C /
- name: Install Linux system dependencies
if: runner.os == 'Linux'
Expand Down

0 comments on commit bf9199f

Please sign in to comment.