We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b3348 commit c0ddc51Copy full SHA for c0ddc51
1 file changed
.github/workflows/build_and_release_rust.yml
@@ -89,6 +89,8 @@ jobs:
89
./x.py install -i --stage 0 rust-analyzer
90
./x.py install -i --stage 0 clippy
91
./x.py install -i --stage 0 llvm-tools
92
+ ./x.py install -i --stage 0 cargo
93
+ ./x.py install -i --stage 0 miri
94
95
- name: Create tarball
96
run: |
0 commit comments