fix android build

This commit is contained in:
Henry Hiles 2026-03-25 23:06:53 -04:00
commit 42c32b1b1c
No known key found for this signature in database

View file

@ -20,7 +20,7 @@ jobs:
extra_nix_config: experimental-features = nix-command flakes flake-self-attrs
- name: Build app
run: nix develop --command -- flutter pub get && dart scripts/generate.dart && flutter pub run build_runner build && flutter build apk --release
run: nix develop --command bash -c "flutter pub get && dart scripts/generate.dart && flutter pub run build_runner build && flutter build apk --release"
- name: Upload installer artifact
uses: actions/upload-artifact@v6