Skip to content

Commit 44f0404

Browse files
authored
Fix env
1 parent 581010f commit 44f0404

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/build-node-python/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,11 @@ runs:
143143
else
144144
echo "${CARGO_HOME:-$HOME/.cargo}/bin" >> $GITHUB_PATH
145145
fi
146+
# TODO
147+
. "$HOME/.cargo/env"
146148
fi
149+
150+
# TODO
147151
rustup install stable
148152
149153
rustc --version

0 commit comments

Comments
 (0)