[CI] Bash fix CI_FORCE_BUILD
This commit is contained in:
parent
dbd23946a7
commit
790619d630
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
skip-path: ''
|
||||
index-url: ''
|
||||
run: |
|
||||
if [[ "${{ contains(matrix.board, 'esp8266') }}" =~ "true" ]]; then
|
||||
if [[ "${{ contains(matrix.board, 'esp8266') }}" == "true" ]]; then
|
||||
echo "::set-env name=skip-path::'HTTP|MQTT).*ino'"
|
||||
echo "::set-env name=index-url::'--additional-urls http://arduino.esp8266.com/stable/package_esp8266com_index.json'"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue