Compare commits

..

No commits in common. "e6e04954aaeacc65d9cda8d88148f7b0c28bae5d" and "021dcf1f50d05e32372055c1591f262ca0f3d6e2" have entirely different histories.

View File

@ -37,15 +37,13 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- id: set-matrix
run: python3 Buildscripts/gh-generate-device-matrix.py
BuildFirmware:
runs-on: ubuntu-latest
needs: GenerateDeviceMatrix
strategy:
matrix: ${{ fromJSON(needs.GenerateDeviceMatrix.outputs.matrix) }}
matrix: ${{ fromJSON(needs.generate-device-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v4
with: