Skip to content

Commit aa1d134

Browse files
committed
workflow
1 parent 7952a66 commit aa1d134

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

taskfile.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,11 @@ tasks:
201201
deps: ["toolchains:rust"]
202202
dir: "{{.ROOT_DIR}}"
203203
cmd: |-
204-
. "$HOME/.cargo/env"
204+
echo $HOME
205+
echo $HOME/.cargo
206+
type cargo
207+
type rustup
208+
ls $HOME
205209
cargo build --release --bins --target-dir {{.G_RUST_BUILD_DIR}}
206210
207211
clp-mcp-server:

0 commit comments

Comments
 (0)