Install ICU from package repositories in CI

Now that the Linux release builds are no longer published, there's no real need to depend on a specific different version.
This commit is contained in:
Oliver Hamlet
2025-01-13 19:05:40 +00:00
parent 65f8bcd410
commit e0301302aa
2 changed files with 4 additions and 12 deletions
+2 -6
View File
@@ -50,11 +50,6 @@ jobs:
echo "root=${BOOST_BASENAME}" >> $GITHUB_OUTPUT
- name: Get ICU
run: |
wget https://github.com/unicode-org/icu/releases/download/release-71-1/icu4c-71_1-Ubuntu20.04-x64.tgz
sudo tar -xf icu4c-71_1-Ubuntu20.04-x64.tgz -C /usr/local --strip-components=4
- name: Install APT package dependencies
run: |
sudo apt-get update
@@ -63,7 +58,8 @@ jobs:
doxygen \
language-pack-el \
language-pack-tr \
libtbb-dev
libtbb-dev \
libicu-dev
- name: Run CMake
run: |
+2 -6
View File
@@ -65,11 +65,6 @@ jobs:
echo "root=${BOOST_BASENAME}" >> $GITHUB_OUTPUT
- name: Get ICU
run: |
wget https://github.com/unicode-org/icu/releases/download/release-71-1/icu4c-71_1-Ubuntu20.04-x64.tgz
sudo tar -xf icu4c-71_1-Ubuntu20.04-x64.tgz -C /usr/local --strip-components=4
- name: Install APT package dependencies
run: |
sudo apt-get update
@@ -78,7 +73,8 @@ jobs:
doxygen \
language-pack-el \
language-pack-tr \
libtbb-dev
libtbb-dev \
libicu-dev
- name: Run CMake
run: |