Add sudo to github CI
This commit is contained in:
parent
eb5fb3813a
commit
b3a7049896
12
.github/workflows/coverage.yml
vendored
12
.github/workflows/coverage.yml
vendored
|
@ -16,8 +16,8 @@ jobs:
|
||||||
|
|
||||||
- name: Get apt deps
|
- name: Get apt deps
|
||||||
run: |
|
run: |
|
||||||
apt-get update > /dev/null
|
sudo apt-get update > /dev/null
|
||||||
apt-get -y install --no-install-recommends openssl axel lcov gcc g++ ninja-build
|
sudo apt-get -y install --no-install-recommends openssl axel lcov gcc g++ ninja-build
|
||||||
|
|
||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: takuyaohashi/setup-flutter@v1
|
uses: takuyaohashi/setup-flutter@v1
|
||||||
|
@ -41,8 +41,8 @@ jobs:
|
||||||
|
|
||||||
- name: Get apt deps
|
- name: Get apt deps
|
||||||
run: |
|
run: |
|
||||||
apt-get update > /dev/null
|
sudo apt-get update > /dev/null
|
||||||
apt-get -y install --no-install-recommends openssl axel lcov gcc g++ ninja-build
|
sudo apt-get -y install --no-install-recommends openssl axel lcov gcc g++ ninja-build
|
||||||
|
|
||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: takuyaohashi/setup-flutter@v1
|
uses: takuyaohashi/setup-flutter@v1
|
||||||
|
@ -82,8 +82,8 @@ jobs:
|
||||||
|
|
||||||
- name: Get apt deps
|
- name: Get apt deps
|
||||||
run: |
|
run: |
|
||||||
apt-get update > /dev/null
|
sudo apt-get update > /dev/null
|
||||||
apt-get -y install --no-install-recommends openssl axel lcov gcc g++ ninja-build
|
sudo apt-get -y install --no-install-recommends openssl axel lcov gcc g++ ninja-build
|
||||||
|
|
||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: takuyaohashi/setup-flutter@v1
|
uses: takuyaohashi/setup-flutter@v1
|
||||||
|
|
Loading…
Reference in a new issue