Skip to content

Commit

Permalink
Update cargo path
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Aug 5, 2022
1 parent 783a21e commit bfe1498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \

RUN $HOME/.cargo/bin/cargo install cargo-espflash ldproxy \
&& $HOME/.cargo/bin/cargo install web-flash --git https://github.com/bjoernQ/esp-web-flash-server \
&& RUSTFLAGS="--cfg tokio_unstable" cargo install wokwi-server --git https://github.com/MabezDev/wokwi-server --locked
&& RUSTFLAGS="--cfg tokio_unstable" $HOME/.cargo/bin/cargo install wokwi-server --git https://github.com/MabezDev/wokwi-server --locked

RUN mkdir -p ${HOME}/.espressif/frameworks/ \
&& git clone --branch ${ESP_IDF_VERSION} -q --depth 1 --shallow-submodules \
Expand Down

0 comments on commit bfe1498

Please sign in to comment.