diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 263b044..6ded180 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -29,7 +29,7 @@ jobs: dotnet-version: 2.2.108 - name: Setup ICU dependencies - run: sudo apt install -y libunwind8 libicu57 + run: sudo apt-get update && sudo apt-get install -y libunwind8 libicu57 - name: Restore with .NET Core run: dotnet restore