Skip to content

Commit c0ddc51

Browse files
authored
Install cargo and miri (#5)
1 parent 58b3348 commit c0ddc51

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build_and_release_rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ jobs:
8989
./x.py install -i --stage 0 rust-analyzer
9090
./x.py install -i --stage 0 clippy
9191
./x.py install -i --stage 0 llvm-tools
92+
./x.py install -i --stage 0 cargo
93+
./x.py install -i --stage 0 miri
9294
9395
- name: Create tarball
9496
run: |

0 commit comments

Comments
 (0)