Skip to content

Commit

Permalink
install jags
Browse files Browse the repository at this point in the history
  • Loading branch information
pneuvial committed Jan 8, 2024
1 parent bbbca8e commit 128abf5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,20 @@ on:
push:
branches: main


jobs:
build-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
pages: write
steps:
- name: Check out repository
uses: actions/checkout@v3

- name: Install JAGS
run: sudo apt install -y jags

- name: Set up quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
Expand All @@ -27,7 +32,7 @@ jobs:
- name: Install R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.2.2'
r-version: '4.3.1'

- name: Install R Dependencies with renv
uses: r-lib/actions/setup-renv@v2
Expand Down

0 comments on commit 128abf5

Please sign in to comment.