From 096228cc86b04e5298c9fa95f00c4f970cb65f6c Mon Sep 17 00:00:00 2001 From: pexcn Date: Sun, 31 Jan 2021 15:05:57 +0800 Subject: [PATCH] ci: set timezone --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7733a18f9..8d77c6712 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ jobs: build: runs-on: ubuntu-20.04 env: + TZ: Asia/Taipei build_variant: ${{ matrix.build_variant }} targets: ${{ matrix.targets }} strategy: