Skip to content

Commit 78f6466

Browse files
committed
Specify toolchain in make generate-clients
1 parent 21b7b33 commit 78f6466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ cargo-nightly:
2121
cargo $(nightly) $(ARGS)
2222

2323
generate-clients:
24-
pnpm --dir pinocchio/clients install --frozen-lockfile
25-
pnpm --dir pinocchio/clients run generate
24+
RUSTUP_TOOLCHAIN="${RUST_TOOLCHAIN_NIGHTLY}" pnpm --dir pinocchio/clients install --frozen-lockfile
25+
RUSTUP_TOOLCHAIN="${RUST_TOOLCHAIN_NIGHTLY}" pnpm --dir pinocchio/clients run generate
2626

2727
audit:
2828
cargo audit \

0 commit comments

Comments
 (0)