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 0fcce1f commit 565cc02Copy full SHA for 565cc02
.github/workflows/continuous-integration-workflow.yml
@@ -20,6 +20,11 @@ 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
24
+ run: |
25
+ sudo apt-get update
26
+ sudo apt-get install -y libssl1.1
27
+
28
- name: Enable Invariant Globalization
29
run: echo "DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1" >> $GITHUB_ENV
30
0 commit comments