Skip to content

Commit 340b99a

Browse files
committed
Now this should finally fix the build.
I added the update to the wrong place in the build.
1 parent 40e699a commit 340b99a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

builder/esp32.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,8 @@ def submodules():
977977
if 'GITHUB_RUN_ID' in os.environ:
978978
cmds.insert(0, [f'export "IDF_PATH={os.path.abspath(idf_path)}"'])
979979

980+
update_makefile()
981+
980982
cmds.append(submodules_cmd[:])
981983

982984
return_code, _ = spawn(cmds, env=env)
@@ -1481,7 +1483,6 @@ def compile(*args): # NOQA
14811483
update_mpconfigboard()
14821484
update_mpconfigport()
14831485
update_mkrules()
1484-
update_makefile()
14851486

14861487
copy_micropy_updates('esp32')
14871488

0 commit comments

Comments
 (0)