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 565cc02 commit 18dd4d2Copy full SHA for 18dd4d2
.github/workflows/continuous-integration-workflow.yml
@@ -20,10 +20,10 @@ jobs:
20
- name: Install ICU library
21
run: sudo apt-get update && sudo apt-get install -y libicu-dev
22
23
- - name: Install required libssl version
+ - name: Install libssl1.1 manually
24
run: |
25
- sudo apt-get update
26
- sudo apt-get install -y libssl1.1
+ wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
+ 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
0 commit comments