From fdd8e6f961f0487a72621c82bbe0da384b8faa36 Mon Sep 17 00:00:00 2001 From: Tim-Paik Date: Mon, 2 May 2022 20:55:49 +0800 Subject: [PATCH] test drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fd1c81b..bef2a51 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: - echo '========Install the necessary environment========' - apt update && apt install -y curl gcc git libwebkit2gtk-4.0-dev libappindicator3-dev - echo '========Install the Rust toolchain========' - - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable -y && source $HOME/.cargo/env + - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable -y - echo '========Compile the Neutauri binary========' - $HOME/.cargo/bin/cargo build --release --bin neutauri_runtime - $HOME/.cargo/bin/cargo build --release --bin neutauri_bundler