diff --git a/.github/workflows/micropython.yml b/.github/workflows/micropython.yml index 303e6bd9..19c90bf2 100644 --- a/.github/workflows/micropython.yml +++ b/.github/workflows/micropython.yml @@ -159,12 +159,12 @@ jobs: run: | cmake -S . -B build-${{matrix.name}} -DPICO_BUILD_DOCS=0 -DUSER_C_MODULES=${{env.USER_C_MODULES}} -DMICROPY_BOARD=${{matrix.board}} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache - - name: Build MicroPython + - name: Build MicroPython # Multiple simultaneous jobs trigger https://github.com/pimoroni/pimoroni-pico/issues/761 shell: bash working-directory: micropython/ports/rp2 run: | ccache --zero-stats || true - cmake --build build-${{matrix.name}} -j 2 + cmake --build build-${{matrix.name}} -j 1 ccache --show-stats || true - name: Rename .uf2 for artifact