From 8a0cd057de06591380c64ef45cd86e78365c389e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Grome=C5=A1?= Date: Sat, 22 Aug 2020 13:41:43 +0200 Subject: [PATCH] [CI] Fixed check for STM32 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aee2daec..8e178964 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: elif [[ "${{ contains(matrix.board, 'esp32') }}" == "true" ]]; then echo "::set-output name=index-url::--additional-urls https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json" - elif [[ "${{ contains(matrix.board, 'esp32') }}" == "true" ]]; then + elif [[ "${{ contains(matrix.board, 'STM32') }}" == "true" ]]; then echo "::set-output name=index-url::--additional-urls https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json" fi