Skip to content

Commit b1fb3dd

Browse files
authored
Update sandpaper-main.yaml
Change install-r to true to see if fixes build issue as per carpentries/sandpaper#605
1 parent 97f64b6 commit b1fb3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sandpaper-main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: r-lib/actions/setup-r@v2
3939
with:
4040
use-public-rspm: true
41-
install-r: false
41+
install-r: true
4242

4343
- name: "Set up Pandoc"
4444
uses: r-lib/actions/setup-pandoc@v2

0 commit comments

Comments
 (0)