8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

Try avoiding new git security measure

This commit is contained in:
Adriano dos Santos Fernandes 2024-05-17 08:29:57 -03:00 committed by GitHub
parent 8dd6ee2f88
commit 9578dd0d5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ jobs:
ref: ${{ matrix.branch }}
- name: Checkout ICU
run: git clone --depth 1 https://github.com/unicode-org/icu-data.git -b main /tmp/icu-checkout
run: git clone -c core.hooksPath=/dev/null --depth 1 https://github.com/unicode-org/icu-data.git -b main /tmp/icu-checkout
- name: Check and update
run: |