File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,8 @@ runs:
134134 --volume "${PWD}/${{ inputs.output-dir }}:/${{ inputs.output-dir }}"
135135 --volume "${GITHUB_ACTION_PATH}:/github/action"
136136 install : |
137+ export DEBIAN_FRONTEND=noninteractive
138+ export TZ=UTC
137139 apt-get update -y
138140 apt-get install -y curl git build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python3-openssl pkg-config gcc g++ patchelf binutils ${{ inputs.additional-arm-packages }}
139141 run : |
@@ -195,6 +197,8 @@ runs:
195197 -w ${GITHUB_WORKSPACE} \
196198 ubuntu:20.04 \
197199 bash -c "
200+ export DEBIAN_FRONTEND=noninteractive &&
201+ export TZ=UTC &&
198202 apt-get update -y &&
199203 apt-get install -y curl git build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python3-openssl pkg-config gcc g++ patchelf binutils &&
200204 # Install pyenv
You can’t perform that action at this time.
0 commit comments