Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Oct 1, 2024
1 parent 35b5edb commit ec4681a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Linux_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
if: steps.cache-jasper.outputs.cache-hit != 'true'
run: |
cd jasper
CFLAGS=-Wno-implicit-function-declaration ./configure --prefix=$HOME/jasper
CFLAGS="-Wno-implicit-function-declaration -Wincompatible-pointer-types" ./configure --prefix=$HOME/jasper
make
make install
Expand Down

0 comments on commit ec4681a

Please sign in to comment.