mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 09:20:39 +01:00
Fix tzdata-update workflow.
This commit is contained in:
parent
a75b9cfa3b
commit
dc3227ffd0
2
.github/workflows/tzdata-update.yml
vendored
2
.github/workflows/tzdata-update.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Checkout ICU
|
||||
run: git clone --depth 1 https://github.com/unicode-org/icu-data.git -b master /tmp/icu-checkout
|
||||
run: git clone --depth 1 https://github.com/unicode-org/icu-data.git -b main /tmp/icu-checkout
|
||||
|
||||
- name: Check and update
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user