mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
fix: no sudo
This commit is contained in:
parent
0d82b0d4a7
commit
7b04e40318
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -102,7 +102,7 @@ jobs:
|
|||
uses: actions/checkout@v4.2.2
|
||||
- name: Install deps
|
||||
run: |
|
||||
sudo apt install git-all
|
||||
apt install git-all
|
||||
- name: Upload coverage to Codecov (script)
|
||||
uses: ./
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue