Skip to content

Commit c3864d6

Browse files
committed
Github workflow for Ubuntu Packaging!
1 parent fde11ea commit c3864d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-ubuntu-distribution-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
wget https://github.com/unicode-org/icu/releases/download/release-77-1/icu4c-77_1-Ubuntu22.04-x64.tgz
4242
mkdir icu-install
4343
tar -xzf icu4c-77_1-Ubuntu22.04-x64.tgz -C icu-install
44-
sudo cp -r icu-install/usr/ /usr/local/
44+
sudo cp -r icu-install/icu/usr/local/* /usr/local/
4545
sudo ldconfig
4646
4747
- name: Setup ICU (from cache)

0 commit comments

Comments
 (0)