mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-21 17:35:06 +00:00
Compare commits
2 Commits
021dcf1f50
...
e6e04954aa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e6e04954aa | ||
|
|
9f110efdad |
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -37,13 +37,15 @@ 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.generate-device-matrix.outputs.matrix) }}
|
matrix: ${{ fromJSON(needs.GenerateDeviceMatrix.outputs.matrix) }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user