diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index c01cb66..dec01a8 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -6,7 +6,7 @@ jobs: BUILD_CONFIG: 'Release' SOLUTION: 'NHSUKViewComponents.sln' name: Build and publish package - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 permissions: packages: write strategy: @@ -17,6 +17,9 @@ jobs: with: fetch-depth: 0 + - name: Install ICU library + run: sudo apt-get update && sudo apt-get install -y libicu-dev + - name: Setup .NET Core SDK 60 uses: actions/setup-dotnet@v1 with: