Skip to content

Commit

Permalink
Merge pull request #1444 from AntelopeIO/libtester_env
Browse files Browse the repository at this point in the history
set `DEBIAN_FRONTEND` & `TZ` globally during libtester job
  • Loading branch information
spoonincode authored Jul 24, 2023
2 parents c114ab1 + b784e14 commit 8068252
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ jobs:
test: [build-tree, make-dev-install, deb-install]
runs-on: ["self-hosted", "enf-x86-midtier"]
container: ${{ matrix.test != 'deb-install' && fromJSON(needs.build-base.outputs.p)[matrix.platform].image || matrix.platform == 'ubuntu20' && 'ubuntu:focal' || 'ubuntu:jammy' }}
env:
DEBIAN_FRONTEND: noninteractive
TZ: Etc/UTC
steps:
- name: Update Package Index & Upgrade Packages
run: |
Expand Down Expand Up @@ -241,8 +244,6 @@ jobs:
- if: ${{ matrix.test == 'deb-install' }}
name: Install leap-dev Package
run: |
export DEBIAN_FRONTEND='noninteractive'
export TZ='Etc/UTC'
apt-get install -y ./*.deb
rm ./*.deb
Expand Down

0 comments on commit 8068252

Please sign in to comment.