Skip to content

Commit d0df0af

Browse files
committed
Fix missing toolchain variable
1 parent 99049cf commit d0df0af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

relenv/runtime.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,6 +1026,7 @@ def install_cargo_config() -> None:
10261026
dirs = common().work_dirs()
10271027
cargo_home = dirs.data / "cargo"
10281028
triplet = common().get_triplet()
1029+
toolchain = None
10291030

10301031
try:
10311032
toolchain = common().get_toolchain()

0 commit comments

Comments
 (0)