[CI] Fixed check for STM32

pull/180/head
Jan Gromeš 2020-08-22 13:41:43 +02:00 zatwierdzone przez GitHub
rodzic 4c219b5fab
commit 8a0cd057de
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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