From f0303e76c2c4bc7f23f9992e6be7245c03f8666f Mon Sep 17 00:00:00 2001 From: Jo Date: Fri, 21 Jun 2024 05:52:52 +0200 Subject: [PATCH] Also set TZ for matrix builds --- .github/workflows/debuild.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/debuild.yml b/.github/workflows/debuild.yml index 68f29b7b..5f60dc70 100644 --- a/.github/workflows/debuild.yml +++ b/.github/workflows/debuild.yml @@ -112,6 +112,11 @@ jobs: env: PBRT: /var/cache/pbuilder steps: + - name: Set timezone + # Needed for TEST(mock_MeterOMS, first_packets) + run: | + sudo timedatectl set-timezone "Europe/Berlin" + sudo dpkg-reconfigure --frontend noninteractive tzdata - name: update repo information run: sudo apt-get update - name: install archive keyring