Skip to content

Commit

Permalink
Merge pull request #107 from pimoroni/patch-build-tweaks
Browse files Browse the repository at this point in the history
Build tweaks
  • Loading branch information
Gadgetoid authored Sep 2, 2024
2 parents e3615b5 + 37959b4 commit 146c382
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: raspberrypi/pico-sdk
ref: 1.5.1
path: pico-sdk
submodules: true

Expand Down
17 changes: 9 additions & 8 deletions .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
MICROPYTHON_VERSION: v1.23.0
WORKFLOW_VERSION: 0
WORKFLOW_VERSION: 1

jobs:
deps:
Expand Down Expand Up @@ -38,13 +38,14 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
shell: bash
working-directory: micropython
run: git submodule update --init

- name: Fetch Pico SDK submodules
if: steps.cache.outputs.cache-hit != 'true'
shell: bash
working-directory: micropython/lib/pico-sdk
run: git submodule update --init
run: |
git submodule update --init lib/pico-sdk
git submodule update --init lib/cyw43-driver
git submodule update --init lib/lwip
git submodule update --init lib/mbedtls
git submodule update --init lib/micropython-lib
git submodule update --init lib/tinyusb
git submodule update --init lib/btstack
- name: Build mpy-cross
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 146c382

Please sign in to comment.