Fixed matrix

This commit is contained in:
CommanderRedYT
2022-03-16 17:49:05 +01:00
parent 84f322043a
commit 117ba519d8

View File

@@ -12,8 +12,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
matrix:
config: [motortest, feedc0de-front, feedc0de-back, greyhash]
strategy:
matrix:
config: [motortest, feedc0de-front, feedc0de-back, greyhash]
steps:
- uses: actions/checkout@v2