Skip to content

Commit

Permalink
Currect runner condition for GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RLumSK committed Feb 27, 2024
1 parent 28e48bd commit 6b5c3e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-checkl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: brew install jags curl

- name: Install JAGS on Windows
if: runner.os == "windows"
run: |
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
Expand Down

0 comments on commit 6b5c3e3

Please sign in to comment.