Skip to content

Commit

Permalink
conda not working on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknus committed Dec 10, 2024
1 parent cbf234d commit c1c4fb0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion recipes/serial-monitor-rust/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ build:
- cargo install --locked --bins --root ${PREFIX} --path .
- if: win
then:
- conda install conda-forge::rust -y
- curl -o rustup-init.sh https://sh.rustup.rs
- sh rustup-init.sh -y
- rustc --version
- rustup show
- rustup update
- rustc --version
- cargo --version
- rustup show
Expand Down

0 comments on commit c1c4fb0

Please sign in to comment.