Some checks failed
cargo devel CI / cargo CI (push) Failing after 32s
6 lines
102 B
Bash
Executable file
6 lines
102 B
Bash
Executable file
#!/bin/bash
|
|
|
|
ROOT=$PWD
|
|
CARGO_TARGET_DIR=$PWD/target
|
|
|
|
cargo --config "target-dir=\"$ROOT/target\"" $@
|