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