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:
co-authored by
Claude Sonnet 4.6
parent
dd5a4dff5e
commit
ebd6a27c1a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user