Skip to content

Commit

Permalink
ci: try to set timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
QuadStingray committed Jan 23, 2025
1 parent cb8c626 commit db8112a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Setup TimeZone
uses: MathRobin/timezone-action@v1.1
uses: szenius/set-timezone@master
with:
timezoneLinux: "Europe/Berlin"
timezoneMacos: "Europe/Berlin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/other_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
jvm: corretto:${{ matrix.Java }}
apps: sbt scala scalac
- name: Setup TimeZone
uses: MathRobin/timezone-action@v1.1
uses: szenius/set-timezone@master
with:
timezoneLinux: "Europe/Berlin"
timezoneMacos: "Europe/Berlin"
Expand Down

0 comments on commit db8112a

Please # to comment.