We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde11ea commit c3864d6Copy full SHA for c3864d6
.github/workflows/create-ubuntu-distribution-packaging.yml
@@ -41,7 +41,7 @@ jobs:
41
wget https://github.com/unicode-org/icu/releases/download/release-77-1/icu4c-77_1-Ubuntu22.04-x64.tgz
42
mkdir icu-install
43
tar -xzf icu4c-77_1-Ubuntu22.04-x64.tgz -C icu-install
44
- sudo cp -r icu-install/usr/ /usr/local/
+ sudo cp -r icu-install/icu/usr/local/* /usr/local/
45
sudo ldconfig
46
47
- name: Setup ICU (from cache)
0 commit comments