Fixed Rust env

This commit is contained in:
Thorsten Sommer 2024-06-16 22:29:26 +02:00
parent 76d4338e23
commit 3b76bfe57c
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -473,8 +473,8 @@ jobs:
# Install Rust:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain none -y
rustup toolchain install $RUST_VERSION
source "$HOME/.cargo/env"
rustup toolchain install $RUST_VERSION
# 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