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