Skip to content

Commit a9bc72c

Browse files
Update upload-overwatch.yml (#1215)
1 parent f3fa8a0 commit a9bc72c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/upload-overwatch.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ jobs:
2424
run: |
2525
pip install mypy==1.15.0
2626
pip install ruff==0.9.6
27-
- name: Install Build Dependencies
28-
run: |
29-
sudo apt-get update
30-
# Install libssl1.1 from Ubuntu 20.04 repositories
31-
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
32-
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
3327
- name: Install Overwatch CLI
3428
run: |
3529
curl -o overwatch-cli https://overwatch.codecov.dev/linux/cli
@@ -40,4 +34,4 @@ jobs:
4034
--auth-token ${{ secrets.SENTRY_AUTH_TOKEN }} \
4135
--organization-slug codecov \
4236
python \
43-
--python-path $(which python3)
37+
--python-path $(which python3)

0 commit comments

Comments
 (0)