Skip to content

Commit

Permalink
GH action: macos JAGS install attempt again
Browse files Browse the repository at this point in the history
  • Loading branch information
lindeloev committed Sep 29, 2024
1 parent 63f3ae6 commit 6e39ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# This worked before R 4.3: brew install jags
run: |
curl -o wjags.pkg -L0 -k --url https://downloads.sourceforge.net/project/mcmc-jags/JAGS/4.x/Mac%20OS%20X/JAGS-4.3.2.pkg
installer -pkg wjags.pkg -target /usr/local
sudo installer -pkg wjags.pkg -target /
rm wjags.pkg
# R
Expand Down

0 comments on commit 6e39ef3

Please sign in to comment.