Skip to content

Commit

Permalink
Fix JAGS url
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Feb 24, 2025
1 parent ee167c9 commit 1195e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows-prep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:

- name: "Install JAGS if needed"
run: |
curl -o JAGS.exe -L https://github.com/r-windows/files/releases/download/JAGS/JAGS-4.3.1.exe
curl -o JAGS.exe -L https://github.com/r-universe-org/actions/releases/download/JAGS-4.3.1/JAGS-4.3.1.exe
Start-Process "JAGS.exe" -argumentlist "/S" -wait
Remove-Item JAGS.exe
shell: pwsh
Expand Down

0 comments on commit 1195e99

Please sign in to comment.