Skip to content

Commit

Permalink
Update mac_r.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidycliao committed Aug 19, 2024
1 parent 6ff9fef commit 907014d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mac_r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ jobs:
r-version: ${{ matrix.r-version }}

- name: Install remotes package
run: |
Rscript -e "install.packages('remotes')"
shell: cmd
run: Rscript -e 'install.packages("remotes")'
shell: /bin/bash -e {0}


- name: Install CRAN packages including rjags
run: |
Expand Down

0 comments on commit 907014d

Please sign in to comment.