We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18dd4d2 commit 15069e1Copy full SHA for 15069e1
.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:
@@ -20,14 +20,6 @@ jobs:
20
- name: Install ICU library
21
run: sudo apt-get update && sudo apt-get install -y libicu-dev
22
23
- - name: Install libssl1.1 manually
24
- run: |
25
- wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
26
- sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
27
-
28
- - name: Enable Invariant Globalization
29
- run: echo "DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1" >> $GITHUB_ENV
30
31
- name: Setup .NET Core SDK 60
32
uses: actions/setup-dotnet@v1
33
with:
0 commit comments