Skip to content

Commit 15069e1

Browse files
authored
Update continuous-integration-workflow.yml
1 parent 18dd4d2 commit 15069e1

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
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:
@@ -20,14 +20,6 @@ jobs:
2020
- name: Install ICU library
2121
run: sudo apt-get update && sudo apt-get install -y libicu-dev
2222

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-
3123
- name: Setup .NET Core SDK 60
3224
uses: actions/setup-dotnet@v1
3325
with:

0 commit comments

Comments
 (0)