Add sudo for apt-get
This commit is contained in:
parent
75b0f9aad8
commit
4ac65b19c6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install kcov
|
||||
run: apt-get install -y kcov
|
||||
run: sudo apt-get install -y kcov
|
||||
|
||||
- name: Run tests
|
||||
run: test/test.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue