Skip to content

Commit

Permalink
Fix Rscript: command not found in Build Full Site job
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvanderburg authored Oct 14, 2024
1 parent e93ecd3 commit 1858258
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sandpaper-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ on:
jobs:
full-build:
name: "Build Full Site"
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
permissions:
checks: write
contents: write
Expand Down

0 comments on commit 1858258

Please sign in to comment.