mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
fix: apt install git
This commit is contained in:
parent
fb8354c7e7
commit
0d82b0d4a7
1 changed files with 4 additions and 1 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -96,10 +96,13 @@ jobs:
|
|||
|
||||
run-container:
|
||||
runs-on: ubuntu-latest
|
||||
container: python:3.10-slim
|
||||
container: python:latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.2.2
|
||||
- name: Install deps
|
||||
run: |
|
||||
sudo apt install git-all
|
||||
- name: Upload coverage to Codecov (script)
|
||||
uses: ./
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue