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