From b9302cf5fbdffd23c9ad55084e42d7fb53afb047 Mon Sep 17 00:00:00 2001 From: Jay Date: Fri, 22 Aug 2025 15:37:43 -0400 Subject: [PATCH] source bashrc --- .gitea/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index ce84b7b..3088285 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -32,7 +32,8 @@ jobs: - name: Install Rust run: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> /root/.bashrc + echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> $HOME/.bashrc + source $HOME/.bashrc rustc --version cargo --version