Skip to content

Commit 630d72c

Browse files
committed
Update Ubuntu ICU dependency
* Install libicu78 for Ubuntu resolute * Fix image builds after the base image update
1 parent dcba890 commit 630d72c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export DEBIAN_FRONTEND=noninteractive
1111
# https://github.com/actions/runner/blob/main/docs/start/envlinux.md#full-dependencies-list
1212
apt-get update
1313
apt-get install --no-install-recommends -y \
14-
liblttng-ust-dev libkrb5-3 zlib1g libssl-dev libicu74 \
14+
liblttng-ust-dev libkrb5-3 zlib1g libssl-dev libicu78 \
1515
git curl tar zip make dumb-init ca-certificates
1616
apt-get clean
1717

0 commit comments

Comments
 (0)