[CI] Fixed run-build check CI_FORCE_BUILD

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

View file

@ -36,6 +36,7 @@ jobs:
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/.local/bin sh
- name: Get platform name
if: ${{ env.run-build == 'true' }}
uses: jungwinter/split@v1
id: split
with:
@ -43,6 +44,7 @@ jobs:
seperator: ':'
- name: Prepare platform-specific settings
if: ${{ env.run-build == 'true' }}
id: prep
env:
warnings: 'all'