[CI] Fixed check for STM32
This commit is contained in:
parent
4c219b5fab
commit
8a0cd057de
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
||||||
elif [[ "${{ contains(matrix.board, 'esp32') }}" == "true" ]]; then
|
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"
|
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"
|
echo "::set-output name=index-url::--additional-urls https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue