Skip to content

Commit 18dd4d2

Browse files
authored
Update continuous-integration-workflow.yml
1 parent 565cc02 commit 18dd4d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- name: Install ICU library
2121
run: sudo apt-get update && sudo apt-get install -y libicu-dev
2222

23-
- name: Install required libssl version
23+
- name: Install libssl1.1 manually
2424
run: |
25-
sudo apt-get update
26-
sudo apt-get install -y libssl1.1
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
2727
2828
- name: Enable Invariant Globalization
2929
run: echo "DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1" >> $GITHUB_ENV

0 commit comments

Comments
 (0)