Skip to content

Commit

Permalink
update timezone
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Henneberger <git@danielhenneberger.com>
  • Loading branch information
henneberger committed Sep 20, 2023
1 parent 2954ed0 commit b33c42e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Setup Timezone
uses: szenius/set-timezone@v1.1
with:
timezoneLinux: "America/Los_Angeles"
- name: checkout
uses: actions/checkout@v3
- name: Set up JDK 11
Expand Down

0 comments on commit b33c42e

Please sign in to comment.