Skip to content

Commit 06252b9

Browse files
committed
TD-4180: adding update from continuous-integration-workflow.yml
2 parents 0f1d2d7 + ed6e8ef commit 06252b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
BUILD_CONFIG: 'Release'
77
SOLUTION: 'NHSUKViewComponents.sln'
88
name: Build and publish package
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-20.04
1010
permissions:
1111
packages: write
1212
strategy:
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20+
- name: Install ICU library
21+
run: sudo apt-get update && sudo apt-get install -y libicu-dev
22+
2023
- name: Setup .NET Core SDK 60
2124
uses: actions/setup-dotnet@v1
2225
with:

0 commit comments

Comments
 (0)