Skip to content

Commit

Permalink
workflow alorpeutetr
Browse files Browse the repository at this point in the history
  • Loading branch information
indexds committed Nov 14, 2024
1 parent acd2e27 commit 73bb080
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ jobs:

- name: Install ESP32 Toolchain with espup
run: |
curl -L https://github.com/esp-rs/embuild/releases/latest/download/ldproxy-x86_64-unknown-linux-gnu.zip -o $HOME/.cargo/bin/ldproxy.zip
unzip "$HOME/.cargo/bin/ldproxy.zip" -d "$HOME/.cargo/bin/"
chmod a+x $HOME/.cargo/bin/ldproxy
curl -L https://github.com/esp-rs/espup/releases/latest/download/espup-x86_64-unknown-linux-gnu -o espup
chmod a+x espup
./espup install
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Set ESP32 Environment Variables
run: |
source $HOME/export-esp.sh # Source environment variables
Expand Down

0 comments on commit 73bb080

Please sign in to comment.