fix: Fixed linux builds not having cargo at the import stage, b=no-bug, c=workflows

This commit is contained in:
Mr. M
2025-08-25 14:59:49 +02:00
parent c673db42aa
commit 6e57e08280

View File

@@ -105,7 +105,9 @@ jobs:
- name: Import
env:
SURFER_COMPAT: ${{ matrix.arch }}
run: npm run import
run: |
. "$HOME/.cargo/env"
npm run import
- name: Build language packs
run: sh scripts/download-language-packs.sh