Skip to content

Commit

Permalink
swapping setup steps
Browse files Browse the repository at this point in the history
ref #330
  • Loading branch information
wibeasley committed Nov 3, 2021
1 parent 7785188 commit 5d45ef6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-pandoc@v1

- uses: r-lib/actions/setup-pandoc@master
- uses: r-lib/actions/setup-r@v1
with:
use-public-rspm: true

- name: Query dependencies
run: |
Expand Down

0 comments on commit 5d45ef6

Please sign in to comment.