uuh im sorry

This commit is contained in:
Inex Code 2020-10-06 23:50:23 +00:00
parent 65ddb941d9
commit faa113d4c1
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Flutter coverage
name: Flutter build
on:
push:
@ -89,7 +89,7 @@ jobs:
- name: Get apt deps
run: |
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
uses: subosito/flutter-action@v1.3.2