Fix for job

This commit is contained in:
Ken Van Hoeylandt 2026-07-07 23:35:02 +02:00
parent 021dcf1f50
commit 9f110efdad

View File

@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: GenerateDeviceMatrix needs: GenerateDeviceMatrix
strategy: strategy:
matrix: ${{ fromJSON(needs.generate-device-matrix.outputs.matrix) }} matrix: ${{ fromJSON(needs.GenerateDeviceMatrix.outputs.matrix) }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with: