Skip to content

Commit

Permalink
[deployment] flutter no null safety not possible any more
Browse files Browse the repository at this point in the history
  • Loading branch information
electricherd committed Jul 29, 2024
1 parent 2a2ce11 commit 032bbdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:

- name: Build APK (x86_64, Debug)
if: steps.extract_tag.outputs.tag == null
run: flutter build apk --debug --no-sound-null-safety
run: flutter build apk --debug

- name: Run cargo make android - Release
if: steps.extract_tag.outputs.tag != null
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:

- name: Build iOS App - debug
if: steps.extract_tag.outputs.tag == null
run: flutter build ios --debug --no-sound-null-safety --no-codesign --simulator
run: flutter build ios --debug --no-codesign --simulator

# ####################### upload intermediate result dependent if release in text or tagged

Expand Down

0 comments on commit 032bbdd

Please sign in to comment.