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 5a54514 commit 6a34479
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macOS-latest, r: 'release', rtools: ''}
- {os: macOS-latest, r: 'release'}
- {os: windows-latest, r: 'release', rtools: '42'}
# - {os: ubuntu-latest, r: 'devel', rtools: '' , http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release', rtools: ''}
Expand Down Expand Up @@ -57,7 +57,8 @@ jobs:

- name: Install Mac system dependencies
if: runner.os == 'macOS'
run: brew install jags
run: |
brew install jags
- name: Install Linux system dependencies
if: runner.os == 'Linux'
Expand Down

0 comments on commit 6a34479

Please sign in to comment.