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