[CI] Added missing index URL CI_FORCE_BUILD
This commit is contained in:
parent
9e3c12c4b0
commit
6b0b073e02
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
||||||
if: ${{ env.run-build == 'true' }}
|
if: ${{ env.run-build == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
arduino-cli core update-index ${{ format('{0}', steps.prep.outputs.index-url) }}
|
arduino-cli core update-index ${{ format('{0}', steps.prep.outputs.index-url) }}
|
||||||
arduino-cli core install ${{ format('{0}:{1}', steps.split.outputs._0, steps.split.outputs._1) }}
|
arduino-cli core install ${{ format('{0}:{1} {2}', steps.split.outputs._0, steps.split.outputs._1, steps.prep.outputs.index-url) }}
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
if: ${{ env.run-build == 'true' }}
|
if: ${{ env.run-build == 'true' }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue