mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Remove verbose option from tar.
This commit is contained in:
parent
6aaa523bd0
commit
d147f99fd3
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
pushd extern/icu-macos
|
||||
wget https://github.com/unicode-org/icu/releases/download/release-59-2/icu4c-59_2-src.tgz
|
||||
wget https://github.com/unicode-org/icu/commit/24aeb9a5a5874f4ce5db912e30670ac3ae236971.patch
|
||||
tar xzvf icu4c-59_2-src.tgz
|
||||
tar xzf icu4c-59_2-src.tgz
|
||||
ICU_INSTALL_PATH=`pwd`/install
|
||||
cd icu/source
|
||||
patch -p3 < ../../24aeb9a5a5874f4ce5db912e30670ac3ae236971.patch
|
||||
|
@ -39,7 +39,7 @@ script:
|
||||
pushd extern/icu-macos
|
||||
wget https://github.com/unicode-org/icu/releases/download/release-59-2/icu4c-59_2-src.tgz
|
||||
wget https://github.com/unicode-org/icu/commit/24aeb9a5a5874f4ce5db912e30670ac3ae236971.patch
|
||||
tar xzvf icu4c-59_2-src.tgz
|
||||
tar xzf icu4c-59_2-src.tgz
|
||||
ICU_INSTALL_PATH=`pwd`/install
|
||||
cd icu/source
|
||||
patch -p3 < ../../24aeb9a5a5874f4ce5db912e30670ac3ae236971.patch
|
||||
|
Loading…
Reference in New Issue
Block a user