8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a68e82 commit ff73683Copy full SHA for ff73683
.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