Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed Sep 6, 2024
1 parent 398ce26 commit 9832ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
export PATH=$PWD/tools/xtensa-lx106-elf/bin:$PATH
export PATH=$PWD/tools/xtensa-esp32-elf/bin:$PATH
export PATH=$PWD/tools/wabt-1.0.36/bin:$PATH
export MPY_DIR=$PWD/tools/micropython-1.23.0
export MPY_DIR=$PWD/tools/micropython-master
python3 buildall.py

0 comments on commit 9832ee2

Please sign in to comment.