mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 11:39:48 +00:00
Made source command obviously
This commit is contained in:
parent
757a7a4f68
commit
12a1a1071e
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
@ -270,7 +270,7 @@ jobs:
|
|||||||
|
|
||||||
# Install Rust:
|
# Install Rust:
|
||||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||||
. "$HOME/.cargo/env"
|
source "$HOME/.cargo/env"
|
||||||
|
|
||||||
# Install build tools and tauri-cli requirements:
|
# Install build tools and tauri-cli requirements:
|
||||||
apt-get install --yes libwebkit2gtk-4.0-dev build-essential libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
|
apt-get install --yes libwebkit2gtk-4.0-dev build-essential libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
|
||||||
@ -291,7 +291,7 @@ jobs:
|
|||||||
optimize_image: false
|
optimize_image: false
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
commands: |
|
commands: |
|
||||||
. "$HOME/.cargo/env"
|
source "$HOME/.cargo/env"
|
||||||
cd runtime
|
cd runtime
|
||||||
cargo tauri build --target aarch64-unknown-linux-gnu --bundles deb
|
cargo tauri build --target aarch64-unknown-linux-gnu --bundles deb
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user