Skip to content

Commit 1bde6b0

Browse files
Set non-interactive mode and timezone for apt installations in workflow
1 parent 7ee85de commit 1bde6b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-glibc236.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- name: Install basic tools
1818
run: |
19+
export DEBIAN_FRONTEND=noninteractive
20+
export TZ=UTC
1921
apt-get update
2022
apt-get install -y ca-certificates curl wget git
2123
@@ -31,6 +33,8 @@ jobs:
3133
3234
- name: Install build dependencies
3335
run: |
36+
export DEBIAN_FRONTEND=noninteractive
37+
export TZ=UTC
3438
apt-get update
3539
apt-get install -y \
3640
build-essential \

0 commit comments

Comments
 (0)