fix(ci): don't run build runner

This commit is contained in:
kolaente 2021-10-11 22:04:49 +02:00
parent b7e3536c9f
commit 8a7c40653c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 3 deletions

View File

@ -38,9 +38,6 @@ jobs:
- name: Download pub dependencies
run: flutter pub get
- name: Run build_runner
run: flutter pub run build_runner build --delete-conflicting-outputs
- name: Download Android keystore
id: android_keystore
uses: timheuer/base64-to-file@v1.0.3