Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
ci(.radicle/ambient.yaml): add Radicle bin directory to path
Lars Wirzenius committed 1 year ago
commit d035b4fd8d8454cfbfa0d04de8e29a8a0e7f664e
parent dafd585
1 file changed +4 -1
modified .radicle/ambient.yaml
@@ -30,7 +30,10 @@ plan:
      export CARGO_TARGET_DIR=/workspace/cache
      export CARGO_HOME=/workspace/deps
      export HOME=/root
-
      export PATH="/root/.cargo/bin:$PATH"
+
      export PATH="/root/.cargo/bin:/root/.radicle/bin:$PATH"
+

+
      # Check that `rad` is there.
+
      rad --help >/dev/null || (echo rad is not there; exit 1)

      cargo doc --workspace --no-deps