Skip to content

Commit

Permalink
Revert to JAGS v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RLumSK committed Sep 21, 2023
1 parent f346ec5 commit 66cd5f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GitHub_Actions_CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Install JAGS on Windows (R release)
if: (runner.os == 'windows') && (matrix.config.r != 'oldrel')
run: |
curl --progress-bar -s -o 'C:\JAGS-4.3.2.exe' -L 'https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Windows/JAGS-4.3.2.exe'
C:\JAGS-4.3.2.exe /S
curl --progress-bar -s -o 'C:\JAGS-4.3.1.exe' -L 'https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Windows/JAGS-4.3.1.exe'
C:\JAGS-4.3.1.exe /S
- uses: actions/checkout@v2

Expand Down

0 comments on commit 66cd5f8

Please sign in to comment.