CFLAGS seperate with coma
Some checks failed
Kernel Release / Build (push) Failing after 38m10s
Kernel Release / release-deploy (push) Has been skipped

This commit is contained in:
Antoine Martin 2025-01-20 21:23:28 -05:00
parent 182de0e837
commit b7fd88854c
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -5,7 +5,7 @@ on:
tags:
- 'v*'
env:
PVE_KERNEL_CFLAGS: -Wno-compare-distinct-pointer-types -Wno-error=format-truncation -Wno-error=array-bounds -Wno-error=stringop-overflow
PVE_KERNEL_CFLAGS: "-Wno-compare-distinct-pointer-types,-Wno-format-truncation,-Wno-array-bounds,-Wno-stringop-overflow"
jobs:
release-build: