Skip to content

Commit 581010f

Browse files
authored
Check versions
1 parent 9247500 commit 581010f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,10 @@ runs:
144144
echo "${CARGO_HOME:-$HOME/.cargo}/bin" >> $GITHUB_PATH
145145
fi
146146
fi
147-
# rustup install stable
147+
rustup install stable
148+
149+
rustc --version
150+
cargo --version
148151
shell: bash
149152
# General
150153
- name: Git config

0 commit comments

Comments
 (0)