Skip to content

Commit

Permalink
Go back to using normal sessioninfo
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Nov 3, 2021
1 parent 5bb27e6 commit 15cc43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-r-dependencies/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
pak::pkg_system_requirements(dep, execute = TRUE)
}
}
pak::pkg_install(c(local_deps, needs_only_deps, extra_deps, "r-lib/sessioninfo@a68df12"))
pak::pkg_install(c(local_deps, needs_only_deps, extra_deps, "sessioninfo"))
cat("::endgroup::\n")
shell: Rscript {0}

Expand Down

0 comments on commit 15cc43b

Please sign in to comment.