Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit ea20ceb

Browse files
committed
t5
1 parent 21e5cc3 commit ea20ceb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ jobs:
9393
run: |
9494
pip install mypy==1.15.0
9595
pip install ruff==0.3.3
96+
- name: Install OpenSSL 1.1
97+
run: |
98+
sudo apt-get update
99+
sudo apt-get install -y libssl1.1
96100
- name: Install Overwatch CLI
97101
run: |
98102
curl -o overwatch-cli https://overwatch.codecov.dev/linux/cli

0 commit comments

Comments
 (0)