fix: apt-get

This commit is contained in:
Tom Hu 2024-10-22 11:05:22 -05:00
parent 7b04e40318
commit 3e57a0d77b
No known key found for this signature in database
GPG key ID: 79155678363963D2

View file

@ -102,7 +102,7 @@ jobs:
uses: actions/checkout@v4.2.2
- name: Install deps
run: |
apt install git-all
apt-get install git
- name: Upload coverage to Codecov (script)
uses: ./
with: