From 1a87baa2d6d4caa852fc5843edd8200332f8e87f Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Sat, 5 Mar 2022 15:17:43 +0000 Subject: [PATCH] fix(ci): apply timezone --- .github/workflows/rust.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index b66009f..86e3f75 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -18,7 +18,10 @@ jobs: - uses: actions/checkout@v2 - name: Install dependencies + env: + TZ: Europe/London run: | + ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone apt-get update apt-get install -y curl build-essential pkg-config glib2.0