Source the Rust environment

This commit is contained in:
Thorsten Sommer 2024-06-09 18:02:09 +02:00
parent 3fd0c7f310
commit 3da00c69dd
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -292,6 +292,7 @@ jobs:
commands: |
# Build the runtime:
cd runtime
. "$HOME/.cargo/env"
cargo tauri build --target aarch64-unknown-linux-gnu --bundles deb
- name: Upload artifact (Linux - Debian Package)