Skip to content

Commit

Permalink
ci: fix rstudio version detection (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Oct 31, 2024
1 parent 193ed41 commit eb09a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/scripts/generate-args.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ is_rstudio_deb_available <- function(rstudio_version, ubuntu_series) {
os_ver <- dplyr::case_match(
ubuntu_series,
"focal" ~ "bionic",
"noble" ~ "jammy",
.default = ubuntu_series
)

Expand Down

0 comments on commit eb09a75

Please sign in to comment.