uuh im sorry
This commit is contained in:
parent
65ddb941d9
commit
faa113d4c1
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Flutter coverage
|
name: Flutter build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -89,7 +89,7 @@ jobs:
|
||||||
- name: Get apt deps
|
- name: Get apt deps
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update > /dev/null
|
sudo apt-get update > /dev/null
|
||||||
sudo apt-get -y install --no-install-recommends openssl axel lcov gcc g++ ninja-build base64
|
sudo apt-get -y install --no-install-recommends openssl axel lcov gcc g++ ninja-build
|
||||||
|
|
||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: subosito/flutter-action@v1.3.2
|
uses: subosito/flutter-action@v1.3.2
|
||||||
|
|
Loading…
Reference in a new issue