Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenkewu committed Dec 16, 2023
1 parent 39edb9d commit 9cf5590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
Get-Command g++ | Select-Object -ExpandProperty Definition
mingw32-make --version
Get-Command mingw32-make | Select-Object -ExpandProperty Definition
(New-Object System.Net.WebClient).DownloadFile('https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Windows/JAGS-4.3.0.exe', 'C:\JAGS-4.3.0')
(New-Object System.Net.WebClient).DownloadFile('https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Windows/JAGS-4.3.0.exe', 'C:\JAGS-4.3.0.exe')
shell: powershell

- name: Install JAGS on Windows
if: runner.os == 'Windows'
run: C:\JAGS-4.3.0\JAGS-4.3.0.exe /S
run: C:\JAGS-4.3.0.exe /S
shell: cmd

- name: Install Mac system dependencies
Expand Down

0 comments on commit 9cf5590

Please sign in to comment.