From 0e13787fbc2536ce6ff219e0d12a801bd357bc17 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Thu, 22 Aug 2024 15:21:09 +0100 Subject: [PATCH] TEST: Test rebased MicroPython PSRAM branch. --- .github/workflows/micropython.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/micropython.yml b/.github/workflows/micropython.yml index 1261337..0e7371c 100644 --- a/.github/workflows/micropython.yml +++ b/.github/workflows/micropython.yml @@ -7,7 +7,7 @@ on: types: [created] env: - MICROPYTHON_VERSION: feature/psram + MICROPYTHON_VERSION: feature/psram-rebased MICROPYTHON_FLAVOUR: pimoroni PIMORONI_PICO_VERSION: feature/sdk-2.0.0 @@ -127,4 +127,4 @@ jobs: asset_path: build-${{ matrix.name }}/firmware.uf2 upload_url: ${{ github.event.release.upload_url }} asset_name: ${{ env.RELEASE_FILE }}.uf2 - asset_content_type: application/octet-stream \ No newline at end of file + asset_content_type: application/octet-stream