[CI] Fixed run-build check CI_FORCE_BUILD
This commit is contained in:
parent
8a0cd057de
commit
840f26bfe8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue