diff options
author | Damien George <damien@micropython.org> | 2023-12-05 10:34:20 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-12-06 12:37:25 +1100 |
commit | d3595fed2b9c6cb183425963e3181c193c53b7a4 (patch) | |
tree | 01230eca3df374c43c7e1850c4c6583a237b8308 /.github | |
parent | 69089a532e7639fb25c429bfa7d89543277459b2 (diff) | |
download | micropython-d3595fed2b9c6cb183425963e3181c193c53b7a4.tar.gz micropython-d3595fed2b9c6cb183425963e3181c193c53b7a4.zip |
tools/ci.sh: Build ESP32_GENERIC-SPIRAM as part of esp32 CI.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ports_esp32.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ports_esp32.yml b/.github/workflows/ports_esp32.yml index c1eedf18a9..6872b9d12d 100644 --- a/.github/workflows/ports_esp32.yml +++ b/.github/workflows/ports_esp32.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: ci_func: # names are functions in ci.sh - - esp32_build_cmod_s2 + - esp32_build_cmod_spiram_s2 - esp32_build_s3_c3 runs-on: ubuntu-20.04 steps: |