Skip to content

Commit

Permalink
try to update PPM step
Browse files Browse the repository at this point in the history
  • Loading branch information
jonvanausdeln committed Jan 16, 2025
1 parent 69185b2 commit 7db4e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-r/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
echo "Configuring R to use Posit Package Manager for Jammy..."
cat <<EOF > ~/.Rprofile
options(
repos = c(RSPM = "https://packagemanager.posit.co/cran/__linux__/jammy/latest"),
repos = c(RSPM = "https://packagemanager.posit.co/cran/__linux__/ubuntu-2404/latest"),
HTTPUserAgent = sprintf(
"R/%s (%s) R (%s)",
getRversion(), "ubuntu-2404",
Expand Down

0 comments on commit 7db4e1a

Please sign in to comment.