[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
|
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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue