Update commit.yml

Trying to get GitHub build scripts to use Pacific Time Zone.
This commit is contained in:
Wayne Warthen
2021-01-30 18:46:03 -08:00
committed by GitHub
parent d3d59d6922
commit 8a7bc97fea

View File

@@ -19,6 +19,7 @@ jobs:
- name: Build
run: |
export TZ='America/Los_Angeles'
sudo apt-get install libncurses-dev
make
make clean