From 68eebadf1d42099f9407c776d299deb91976a4b2 Mon Sep 17 00:00:00 2001 From: jgromes Date: Wed, 27 Oct 2021 21:17:09 +0200 Subject: [PATCH] [CI] Added CubeCell to build matrix (CubeCell:CubeCell:CubeCell-Board) --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1933b5bd..d2eca1a8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,6 +31,7 @@ jobs: - stm32duino:STM32F1:mapleMini - MegaCoreX:megaavr:4809 - arduino:mbed_rp2040:pico + - CubeCell:CubeCell:CubeCell-Board runs-on: ubuntu-latest name: ${{ matrix.board }} @@ -127,6 +128,10 @@ jobs: # MegaCoreX echo "::set-output name=index-url::--additional-urls https://mcudude.github.io/MegaCoreX/package_MCUdude_MegaCoreX_index.json" + elif [[ "${{ contains(matrix.board, 'CubeCell:CubeCell') }}" == "true" ]]; then + # MegaCoreX + echo "::set-output name=index-url::--additional-urls https://resource.heltec.cn/download/package_CubeCell_index.json" + fi - name: Install platform