Skip to content

Commit

Permalink
fix: the flag of purge build deps (#751)
Browse files Browse the repository at this point in the history
A hot fix for #743
  • Loading branch information
eitsupi authored Jan 24, 2024
1 parent 96f7241 commit 203df6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_R_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
set -e

R_VERSION=${1:-${R_VERSION:-"latest"}}
PURGE_BUILDDEPS=${PURGE_BUILDDEPS=-"true"}
PURGE_BUILDDEPS=${PURGE_BUILDDEPS:-"true"}

# shellcheck source=/dev/null
source /etc/os-release
Expand Down

0 comments on commit 203df6a

Please sign in to comment.