Update include.yml

This commit is contained in:
Igor Pečovnik
2023-02-23 10:46:43 +01:00
committed by GitHub
parent 1c7d9e18ef
commit d50af4119b

View File

@@ -46,7 +46,7 @@ jobs:
fail-fast: false # let other jobs try to complete if one fails
matrix:
include: ${{ fromJSON(needs.prepare.outputs.matrix) }}
runs-on: "${{ inputs.runner }}"
runs-on: [ "${{ inputs.runner }}" ]
name: "${{ matrix.board }}"
env: