-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update set-timezone action * Remove timezone setting here * Explicit timezones where needed. * Forgot one test.
- Loading branch information
1 parent
7b8feb8
commit 7680394
Showing
3 changed files
with
36 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,12 +31,6 @@ 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: Print yadg version | ||
shell: bash | ||
run: yadg --version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters