fix: use task build-linux-release in CI instead of raw fvm call

The direct fvm call bypasses codegen and uses stale runner build cache.
task build-linux-release runs _codegen as a dep and passes --no-pub.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Thomas SharedInbox
2026-05-13 11:21:52 +02:00
co-authored by Claude Sonnet 4.6
parent dd5a4dff5e
commit ebd6a27c1a
+1 -3
View File
@@ -39,6 +39,4 @@ jobs:
echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
- name: Build Linux
# The Taskfile task 'build-linux' currently builds --debug.
# You can add a 'build-linux-release' task or override it here.
run: nix develop --command fvm flutter build linux --release
run: nix develop --command task build-linux-release