Skip to content

Commit

Permalink
Explicity set TZ to UTC for the steamos build to avoid apt interactiv…
Browse files Browse the repository at this point in the history
…ity.
  • Loading branch information
Rotonen committed Dec 7, 2024
1 parent 6102ad2 commit 0be619f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-unit-tests-static-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Install Dependencies
env:
DEBIAN_FRONTEND: noninteractive
TZ: UTC
run: |
sudo apt-get -qq update
sudo apt-get -qq upgrade -y
Expand Down

0 comments on commit 0be619f

Please sign in to comment.