Skip to content

Commit cb8face

Browse files
committed
Remove build_runner step from build job
1 parent 50f22c7 commit cb8face

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ jobs:
7373
CHANGE_NOW: ${{ secrets.CHANGE_NOW }}
7474
run: echo "$CHANGE_NOW" | base64 --decode > lib/external_api_keys.dart
7575

76-
- name: Generate app config
77-
run: dart run build_runner build --delete-conflicting-outputs
78-
7976
- name: Build
8077
run: flutter build linux --release
8178

@@ -145,9 +142,6 @@ jobs:
145142
CHANGE_NOW: ${{ secrets.CHANGE_NOW }}
146143
run: echo "$CHANGE_NOW" | base64 --decode > lib/external_api_keys.dart
147144

148-
- name: Generate app config
149-
run: dart run build_runner build --delete-conflicting-outputs
150-
151145
- name: Set up Android local.properties
152146
run: |
153147
cat > android/local.properties <<EOF
@@ -248,9 +242,6 @@ jobs:
248242
CHANGE_NOW: ${{ secrets.CHANGE_NOW }}
249243
run: echo "$CHANGE_NOW" | base64 --decode > lib/external_api_keys.dart
250244

251-
- name: Generate app config
252-
run: dart run build_runner build --delete-conflicting-outputs
253-
254245
- name: Build
255246
run: flutter build windows --release
256247

@@ -321,9 +312,6 @@ jobs:
321312
CHANGE_NOW: ${{ secrets.CHANGE_NOW }}
322313
run: echo "$CHANGE_NOW" | base64 --decode > lib/external_api_keys.dart
323314

324-
- name: Generate app config
325-
run: dart run build_runner build --delete-conflicting-outputs
326-
327315
- name: Build
328316
run: flutter build macos --release
329317

@@ -399,9 +387,6 @@ jobs:
399387
CHANGE_NOW: ${{ secrets.CHANGE_NOW }}
400388
run: echo "$CHANGE_NOW" | base64 --decode > lib/external_api_keys.dart
401389

402-
- name: Generate app config
403-
run: dart run build_runner build --delete-conflicting-outputs
404-
405390
- name: Build
406391
run: flutter build ios --release --no-codesign
407392

0 commit comments

Comments
 (0)