Browse Source

Update commit.yml

Use Pacific Time Zone for build.
patch
Wayne Warthen 5 years ago
committed by GitHub
parent
commit
40810aa896
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/commit.yml

1
.github/workflows/commit.yml

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

Loading…
Cancel
Save