feat: Fixed performance with the update animation, b=no-bug, c=workflows, common, kbs

This commit is contained in:
mr. m
2025-08-26 01:05:37 +02:00
parent c607e1a4b1
commit fc28c2fb7d
4 changed files with 29 additions and 19 deletions

View File

@@ -106,7 +106,7 @@ jobs:
env:
SURFER_COMPAT: ${{ matrix.arch }}
run: |
. "$HOME/.cargo/env"
. "$HOME/.cargo/env"
npm run import
- name: Build language packs

View File

@@ -165,7 +165,9 @@ jobs:
if: ${{ !(inputs.generate-gpo && matrix.arch == 'aarch64') }}
env:
SURFER_COMPAT: ${{ matrix.arch }}
run: npm run import -- --verbose
run: |
. "$HOME/.cargo/env"
npm run import -- --verbose
- name: Bootstrap
if: ${{ !(inputs.generate-gpo && matrix.arch == 'aarch64') }}