Set timezone to `UTC` in CI

This commit is contained in:
Sijawusz Pur Rahnama 2023-11-06 15:02:54 +01:00
parent c2b5e9449c
commit 1fccbfc8b8
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Set timezone to UTC
uses: szenius/set-timezone@v1.2
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
with: