summaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ports_windows.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ports_windows.yml')
-rw-r--r--.github/workflows/ports_windows.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ports_windows.yml b/.github/workflows/ports_windows.yml
index cb125cc6d2..a2759880a2 100644
--- a/.github/workflows/ports_windows.yml
+++ b/.github/workflows/ports_windows.yml
@@ -60,6 +60,8 @@ jobs:
- uses: actions/checkout@v4
- name: Build mpy-cross.exe
run: msbuild mpy-cross\mpy-cross.vcxproj -maxcpucount -property:Configuration=${{ matrix.configuration }} -property:Platform=${{ matrix.platform }}
+ - name: Update submodules
+ run: git submodule update --init lib/micropython-lib
- name: Build micropython.exe
run: msbuild ports\windows\micropython.vcxproj -maxcpucount -property:Configuration=${{ matrix.configuration }} -property:Platform=${{ matrix.platform }} -property:PyVariant=${{ matrix.variant }}
- name: Get micropython.exe path