parent
8ff311496c
commit
7b02308ac2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ on:
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
env:
|
env:
|
||||||
PVE_KERNEL_CFLAGS: -Wno-compare-distinct-pointer-types -Wno-format-truncation -Wno-array-bounds -Wno-stringop-overflow
|
PVE_KERNEL_CFLAGS: -Wno-compare-distinct-pointer-types -Wno-error=format-truncation -Wno-error=array-bounds -Wno-error=stringop-overflow
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-build:
|
release-build:
|
||||||
|
|
Loading…
Reference in a new issue