From 5509d9165b15aa598c1b693866c47f5ee077ce8f Mon Sep 17 00:00:00 2001 From: AlexanderRichert-NOAA Date: Tue, 1 Oct 2024 19:22:43 +0000 Subject: [PATCH] debug --- .github/workflows/Linux_options.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Linux_options.yml b/.github/workflows/Linux_options.yml index 1efcfca..f7d8c17 100644 --- a/.github/workflows/Linux_options.yml +++ b/.github/workflows/Linux_options.yml @@ -75,7 +75,7 @@ jobs: if: steps.cache-jasper.outputs.cache-hit != 'true' run: | cd jasper - CFLAGS="-Wno-implicit-function-declaration -Wincompatible-pointer-types" ./configure --prefix=$HOME/jasper + CFLAGS="-Wno-implicit-function-declaration -Wno-incompatible-pointer-types" ./configure --prefix=$HOME/jasper make make install