Update rust.yml

This commit is contained in:
RKennedy9064 2020-03-12 16:09:06 -05:00 committed by GitHub
parent 31fee5ecbd
commit 46e947ffdc

View file

@ -51,7 +51,6 @@ jobs:
- name: "Run cargo test"
run: cargo test
- name: "Install Rustup Targets"
- name: "Install Rustup Components"
run: rustup component add rust-src llvm-tools-preview
- name: "Install cargo-xbuild"