[CI] Fixed check for STM32

This commit is contained in:
Jan Gromeš 2020-08-22 13:41:43 +02:00 committed by GitHub
parent 4c219b5fab
commit 8a0cd057de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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