From 61c7b6fe3c91435fee3735f65c32838e096349bc Mon Sep 17 00:00:00 2001 From: Simon Novak Date: Sat, 1 Jun 2024 20:15:37 +0200 Subject: [PATCH] chore(#1): added libicu70 (22.04) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f03b9c4..c7f8c11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: - run: > apt-get update - run: > - apt-get install -y curl icu + apt-get install -y curl libicu70 - name: Checkout uses: actions/checkout@v4