Skip to content

Commit

Permalink
explicit R installation
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-raden committed Jan 13, 2025
1 parent 8cec2a5 commit 63f64a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sandpaper-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ on:
jobs:
full-build:
name: "Build Full Site"
# runs-on: ubuntu-latest
runs-on: ubuntu-latest
# 2024-10-01: ubuntu-latest is now 24.04 and R is not installed by default in the runner image
# pin to 22.04 for now
runs-on: ubuntu-22.04
# runs-on: ubuntu-22.04
permissions:
checks: write
contents: write
Expand All @@ -41,7 +41,7 @@ jobs:
uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
install-r: false
install-r: true

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

0 comments on commit 63f64a6

Please sign in to comment.