From 4ac65b19c657e8d44269c1596bdbb71b8c667508 Mon Sep 17 00:00:00 2001 From: Nicolas Chan Date: Wed, 3 Mar 2021 17:59:40 -0800 Subject: [PATCH] Add sudo for apt-get --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e612867..d503679 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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