mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Update .github/workflows/ci.yml
Co-authored-by: haslinghuis <mark@numloq.nl>
This commit is contained in:
parent
9ffd2df497
commit
8a7bf514d6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
||||||
path: tools/
|
path: tools/
|
||||||
key: ${{ runner.os }}-${{ hashFiles('make/tools.mk') }}
|
key: ${{ runner.os }}-${{ hashFiles('make/tools.mk') }}
|
||||||
|
|
||||||
- name: Build target (with revision)
|
- name: Build target (without revision)
|
||||||
if: inputs.release_build == true
|
if: inputs.release_build == true
|
||||||
run: make EXTRA_FLAGS=-Werror ${{ matrix.target }}
|
run: make EXTRA_FLAGS=-Werror ${{ matrix.target }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue