Trying to fix Flutter in CI...
This commit is contained in:
parent
b3a7049896
commit
8e9568160f
6
.github/workflows/coverage.yml
vendored
6
.github/workflows/coverage.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
sudo 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: subosito/flutter-action@v1.3.2
|
||||||
with:
|
with:
|
||||||
channel: beta
|
channel: beta
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ jobs:
|
||||||
sudo 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: subosito/flutter-action@v1.3.2
|
||||||
with:
|
with:
|
||||||
channel: beta
|
channel: beta
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ jobs:
|
||||||
sudo 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: subosito/flutter-action@v1.3.2
|
||||||
with:
|
with:
|
||||||
channel: beta
|
channel: beta
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue