From b3a704989692e01772f8c0c0712fdf9c51141715 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Wed, 7 Oct 2020 01:09:31 +0300 Subject: [PATCH] Add sudo to github CI --- .github/workflows/coverage.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 804f423..f81104e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -16,8 +16,8 @@ jobs: - name: Get apt deps run: | - apt-get update > /dev/null - apt-get -y install --no-install-recommends openssl axel lcov gcc g++ ninja-build + sudo apt-get update > /dev/null + sudo apt-get -y install --no-install-recommends openssl axel lcov gcc g++ ninja-build - name: Setup Flutter uses: takuyaohashi/setup-flutter@v1 @@ -41,8 +41,8 @@ jobs: - name: Get apt deps run: | - apt-get update > /dev/null - apt-get -y install --no-install-recommends openssl axel lcov gcc g++ ninja-build + sudo apt-get update > /dev/null + sudo apt-get -y install --no-install-recommends openssl axel lcov gcc g++ ninja-build - name: Setup Flutter uses: takuyaohashi/setup-flutter@v1 @@ -82,8 +82,8 @@ jobs: - name: Get apt deps run: | - apt-get update > /dev/null - apt-get -y install --no-install-recommends openssl axel lcov gcc g++ ninja-build + sudo apt-get update > /dev/null + sudo apt-get -y install --no-install-recommends openssl axel lcov gcc g++ ninja-build - name: Setup Flutter uses: takuyaohashi/setup-flutter@v1