Skip to content

Commit

Permalink
Also set TZ for matrix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
narc-Ontakac2 committed Jun 21, 2024
1 parent 151fd09 commit 89e80e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/debuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89e80e3

Please sign in to comment.