Browse Source

Update commit.yml

Trying to get GitHub build scripts to use Pacific Time Zone.
pull/285/head
Wayne Warthen 5 years ago
committed by GitHub
parent
commit
8a7bc97fea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/commit.yml

1
.github/workflows/commit.yml

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

Loading…
Cancel
Save