We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b7b33 commit 78f6466Copy full SHA for 78f6466
Makefile
@@ -21,8 +21,8 @@ cargo-nightly:
21
cargo $(nightly) $(ARGS)
22
23
generate-clients:
24
- pnpm --dir pinocchio/clients install --frozen-lockfile
25
- pnpm --dir pinocchio/clients run generate
+ RUSTUP_TOOLCHAIN="${RUST_TOOLCHAIN_NIGHTLY}" pnpm --dir pinocchio/clients install --frozen-lockfile
+ RUSTUP_TOOLCHAIN="${RUST_TOOLCHAIN_NIGHTLY}" pnpm --dir pinocchio/clients run generate
26
27
audit:
28
cargo audit \
0 commit comments