Add sudo for apt-get

This commit is contained in:
Nicolas Chan 2021-03-03 17:59:40 -08:00
parent 75b0f9aad8
commit 4ac65b19c6

View file

@ -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