From ac9d8cd951311eb396d1d43a388947a2c1269698 Mon Sep 17 00:00:00 2001 From: Maddie <52103563+maddie480@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:13:41 +0100 Subject: [PATCH] come the h on --- .github/workflows/autobuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 39299e8..2c9a6f8 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -28,8 +28,8 @@ jobs: with: dotnet-version: 2.2.108 - - name: Install libicu70 - run: sudo apt-get install -y libicu70 + - name: Install libicu74 + run: sudo apt-get install -y libicu74 - name: Restore with .NET Core run: dotnet restore