Skip to content

Commit

Permalink
Update r.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
realxinzhao authored Nov 7, 2023
1 parent 18f4bfd commit 410f608
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,18 @@ jobs:
r-version: ['4.1.0']

steps:
- uses: actions/checkout@v3
- name: Set up R and Pandoc ${{ matrix.r-version }}
uses: rocker-org/rocker-action@v1
- uses: actions/checkout@v2

- name: Install Pandoc
run: |
sudo apt-get update -q
sudo apt-get install -y pandoc
shell: bash

- name: Set up R ${{ matrix.r-version }}
uses: r-lib/actions/setup-r@v2-branch
with:
r-version: ${{ matrix.r-version }}
pandoc: true

- name: Install dependencies
run: |
Expand Down

0 comments on commit 410f608

Please sign in to comment.