fix: Install cargo after bootstraping for linux, b=no-bug, c=workflows

This commit is contained in:
mr. m
2025-07-24 13:16:14 +02:00
parent 5891063bff
commit 51f22680f4

View File

@@ -117,6 +117,11 @@ jobs:
./mach --no-interactive bootstrap --application-choice browser
cd ..
- name: Install Rust
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain $(cat .rust-toolchain)
source $HOME/.cargo/env
- name: Insert API Keys
run: |
mkdir -p ~/.zen-keys