mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-21 01:15:05 +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 }}
|
||||
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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user