Skip to content

Commit 7023cee

Browse files
Replace "apk add" by "apt install" in unit tests workflow
1 parent 24cae08 commit 7023cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
path: unit-tests/coverage
4848

4949
- name: Install codecov dependencies
50-
run: apk update && apk add curl gpg
50+
run: apt install curl gpg
5151

5252
- name: Upload to codecov.io
5353
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)