mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 15:21:54 +00:00
Set timezone for chrono tests
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
This commit is contained in:
parent
32c4390704
commit
583f2d8209
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
@ -59,6 +59,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Set timezone
|
||||||
|
run: sudo timedatectl set-timezone 'Asia/Yekaterinburg'
|
||||||
|
|
||||||
- name: Add repositories for older GCC
|
- name: Add repositories for older GCC
|
||||||
run: |
|
run: |
|
||||||
# Bellow two repos provide GCC 4.8, 5.5 and 6.4
|
# Bellow two repos provide GCC 4.8, 5.5 and 6.4
|
||||||
|
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
@ -18,6 +18,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Set timezone
|
||||||
|
run: sudo systemsetup -settimezone 'Asia/Yekaterinburg'
|
||||||
|
|
||||||
- name: Create Build Environment
|
- name: Create Build Environment
|
||||||
run: cmake -E make_directory ${{runner.workspace}}/build
|
run: cmake -E make_directory ${{runner.workspace}}/build
|
||||||
|
|
||||||
|
6
.github/workflows/windows.yml
vendored
6
.github/workflows/windows.yml
vendored
@ -43,6 +43,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Set timezone
|
||||||
|
run: tzutil /s "Ekaterinburg Standard Time"
|
||||||
|
|
||||||
- name: Create Build Environment
|
- name: Create Build Environment
|
||||||
run: cmake -E make_directory ${{runner.workspace}}/build
|
run: cmake -E make_directory ${{runner.workspace}}/build
|
||||||
|
|
||||||
@ -77,6 +80,9 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
sys: [ mingw64, ucrt64 ]
|
sys: [ mingw64, ucrt64 ]
|
||||||
steps:
|
steps:
|
||||||
|
- name: Set timezone
|
||||||
|
run: tzutil /s "Ekaterinburg Standard Time"
|
||||||
|
shell: cmd
|
||||||
- uses: msys2/setup-msys2@v2
|
- uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
release: false
|
release: false
|
||||||
|
Loading…
Reference in New Issue
Block a user