Skip to content

Commit 565cc02

Browse files
authored
Update continuous-integration-workflow.yml
1 parent 0fcce1f commit 565cc02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ 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
24+
run: |
25+
sudo apt-get update
26+
sudo apt-get install -y libssl1.1
27+
2328
- name: Enable Invariant Globalization
2429
run: echo "DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1" >> $GITHUB_ENV
2530

0 commit comments

Comments
 (0)