Skip to content

Commit

Permalink
Set timezone to UTC in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija committed Nov 6, 2023
1 parent c2b5e94 commit 1fccbfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Set timezone to UTC
uses: szenius/[email protected]

- name: Install Crystal
uses: crystal-lang/install-crystal@v1
with:
Expand Down

0 comments on commit 1fccbfc

Please sign in to comment.