mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-21 17:35:06 +00:00
Compare commits
No commits in common. "e6e04954aaeacc65d9cda8d88148f7b0c28bae5d" and "021dcf1f50d05e32372055c1591f262ca0f3d6e2" have entirely different histories.
e6e04954aa
...
021dcf1f50
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -37,15 +37,13 @@ jobs:
|
|||||||
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
persist-credentials: false
|
|
||||||
- id: set-matrix
|
- id: set-matrix
|
||||||
run: python3 Buildscripts/gh-generate-device-matrix.py
|
run: python3 Buildscripts/gh-generate-device-matrix.py
|
||||||
BuildFirmware:
|
BuildFirmware:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: GenerateDeviceMatrix
|
needs: GenerateDeviceMatrix
|
||||||
strategy:
|
strategy:
|
||||||
matrix: ${{ fromJSON(needs.GenerateDeviceMatrix.outputs.matrix) }}
|
matrix: ${{ fromJSON(needs.generate-device-matrix.outputs.matrix) }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user