Skip to content

Commit 1053b3a

Browse files
committed
fix MicroPython Compiler
1 parent 3ff3f89 commit 1053b3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/MicroPython.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
cd ${{env.ESPIDF}}
4646
git checkout ${{env.ESPIDF_VERSION}}
4747
git submodule update --init --recursive
48-
./install.sh
49-
source export.sh
5048
5149
- name: Clone MicroPython
5250
run: |
@@ -68,6 +66,7 @@ jobs:
6866
- name: Compile the firmware
6967
id: compile
7068
run: |
69+
./${{env.ESPIDF}}/install.sh esp32
7170
source ${{env.ESPIDF}}/export.sh
7271
cd ${{env.MICROPYTHON}}
7372
make -C mpy-cross

0 commit comments

Comments
 (0)