mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 11:39:48 +00:00
Source the Rust environment
This commit is contained in:
parent
3fd0c7f310
commit
3da00c69dd
1
.github/workflows/build-and-release.yml
vendored
1
.github/workflows/build-and-release.yml
vendored
@ -292,6 +292,7 @@ jobs:
|
|||||||
commands: |
|
commands: |
|
||||||
# Build the runtime:
|
# Build the runtime:
|
||||||
cd runtime
|
cd runtime
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
cargo tauri build --target aarch64-unknown-linux-gnu --bundles deb
|
cargo tauri build --target aarch64-unknown-linux-gnu --bundles deb
|
||||||
|
|
||||||
- name: Upload artifact (Linux - Debian Package)
|
- name: Upload artifact (Linux - Debian Package)
|
||||||
|
Loading…
Reference in New Issue
Block a user