This commit is contained in:
Matthew Kennedy 2023-10-25 03:26:08 -04:00 committed by rusefillc
parent 8d2a0bd867
commit 4dabcdca11
1 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,7 @@ on:
required: false
type: boolean
jobs:
build-openblt-tools:
build-openblt-tools-linux:
runs-on: ubuntu-latest
steps:
@ -88,8 +88,7 @@ jobs:
build-firmware:
runs-on: ubuntu-latest
needs: build-openblt-tools
needs: release
needs: [build-openblt-tools-linux, release]
strategy:
# Let all builds finish even if one fails early