We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f1d2d7 + ed6e8ef commit 06252b9Copy full SHA for 06252b9
1 file changed
.github/workflows/continuous-integration-workflow.yml
@@ -6,7 +6,7 @@ jobs:
6
BUILD_CONFIG: 'Release'
7
SOLUTION: 'NHSUKViewComponents.sln'
8
name: Build and publish package
9
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
10
permissions:
11
packages: write
12
strategy:
@@ -17,6 +17,9 @@ jobs:
17
with:
18
fetch-depth: 0
19
20
+ - name: Install ICU library
21
+ run: sudo apt-get update && sudo apt-get install -y libicu-dev
22
+
23
- name: Setup .NET Core SDK 60
24
uses: actions/setup-dotnet@v1
25
0 commit comments