]> git.neil.brown.name Git - mdadm.git/commitdiff
review.yml: fix typo in DEBIAN compiler flag
authorKinga Stefaniuk <kinga.stefaniuk@intel.com>
Thu, 4 Jul 2024 16:41:01 +0000 (18:41 +0200)
committerMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Tue, 30 Jul 2024 13:59:24 +0000 (15:59 +0200)
Fix typo in -DEBIAN flag in review.yml file.

Signed-off-by: Kinga Stefaniuk <kinga.stefaniuk@intel.com>
.github/workflows/review.yml

index 3fa29f6dc98edd696f2f41f934dc2de4c5776e67..0b059b41c9d67acb4dc73734c099e5700035966e 100644 (file)
@@ -16,7 +16,7 @@ jobs:
         - name: 'Make with DEBUG flag'
           run: CC=gcc-${{ matrix.gcc-version }} && V=1 make -j$(nproc) -B CXFLAGS=-DEBUG && make clean
         - name: 'Make with DEBIAN flag'
-          run: CC=gcc-${{ matrix.gcc-version }} && V=1 make -j$(nproc) -B CXGALGS=-DEBIAN && make clean
+          run: CC=gcc-${{ matrix.gcc-version }} && V=1 make -j$(nproc) -B CXFLAGS=-DEBIAN && make clean
         - name: 'Make with USE_PTHREADS flag'
           run: CC=gcc-${{ matrix.gcc-version }} && V=1 make -j$(nproc) -B CXFLAGS=-USE_PTHREADS && make clean
         - name: 'Make with DNO_LIBUDEV flag'