diff --git a/.forgejo/workflows/release-build.yml b/.forgejo/workflows/release-build.yml index 5fae5d3..fca0042 100644 --- a/.forgejo/workflows/release-build.yml +++ b/.forgejo/workflows/release-build.yml @@ -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: