From 8a7bc97fea27bf10a23c61ee508522a60e2909c6 Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Sat, 30 Jan 2021 18:46:03 -0800 Subject: [PATCH] Update commit.yml Trying to get GitHub build scripts to use Pacific Time Zone. --- .github/workflows/commit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 088fca37..689e14c1 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -19,6 +19,7 @@ jobs: - name: Build run: | + export TZ='America/Los_Angeles' sudo apt-get install libncurses-dev make make clean