We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea0fa0 commit 50291e5Copy full SHA for 50291e5
.github/workflows/ci.yml
@@ -50,15 +50,12 @@ jobs:
50
run: |
51
if ! which cargo > /dev/null 2>&1; then
52
curl -sSf -o rustup-init.exe https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe
53
- ./rustup-init.exe --profile minimal --no-modify-path -y -c clippy
+ ./rustup-init.exe --profile minimal --component clippy -y
54
fi
55
56
- name: Rust
57
shell: bash
58
59
- if ! which cargo > /dev/null 2>&1; then
60
- export PATH=$HOME/.cargo/bin:$PATH
61
- fi
62
rustc --version --verbose
63
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
64
cd bindings/rust
0 commit comments