Skip to content

Commit

Permalink
Remove timezone setting here
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed Oct 16, 2024
1 parent 02f7417 commit c980351
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/workflow-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
- name: Prepare locales
shell: bash
run: sudo locale-gen de_DE.UTF-8 en_GB.UTF-8 || echo windows
- name: Prepare timezone
uses: szenius/[email protected]
with:
timezoneLinux: Europe/Berlin
timezoneMacos: Europe/Berlin
timezoneWindows: W. Europe Standard Time
# - name: Prepare timezone
# uses: szenius/[email protected]
# with:
# timezoneLinux: Europe/Berlin
# timezoneMacos: Europe/Berlin
# timezoneWindows: W. Europe Standard Time
- name: Print yadg version
shell: bash
run: yadg --version
Expand Down

0 comments on commit c980351

Please sign in to comment.