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 f75ae23 commit 7b77e12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
R_KEEP_PKG_SOURCE: yes
R_REMOTES_NO_ERRORS_FROM_WARNINGS: false


steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -59,7 +58,11 @@ jobs:
- name: Install Mac system dependencies
if: runner.os == 'macOS'
run: |
print -l $path
PATH="${PATH}:/opt/homebrew"
export PATH=$PATH
brew install jags
print -l $path
- name: Install Linux system dependencies
if: runner.os == 'Linux'
Expand Down

0 comments on commit 7b77e12

Please sign in to comment.