We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a68e82 commit ff73683Copy full SHA for ff73683
1 file changed
.github/workflows/ports_windows.yml
@@ -60,6 +60,8 @@ jobs:
60
- uses: actions/checkout@v4
61
- name: Build mpy-cross.exe
62
run: msbuild mpy-cross\mpy-cross.vcxproj -maxcpucount -property:Configuration=${{ matrix.configuration }} -property:Platform=${{ matrix.platform }}
63
+ - name: Update submodules
64
+ run: git submodule update --init lib/micropython-lib
65
- name: Build micropython.exe
66
run: msbuild ports\windows\micropython.vcxproj -maxcpucount -property:Configuration=${{ matrix.configuration }} -property:Platform=${{ matrix.platform }} -property:PyVariant=${{ matrix.variant }}
67
- name: Get micropython.exe path
0 commit comments