Skip to content

Commit dbee0aa

Browse files
update g2c include path
1 parent f1071e5 commit dbee0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Linux_options.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
cd wgrib2
7575
mkdir b
7676
cd b
77-
export CFLAGS='-I/home/runner/g2c/include'
77+
export CFLAGS='-I/home/runner/work/wgrib2/wgrib2/nceplibs/NCEPLIBS-g2c/include'
7878
cmake ${{ matrix.config.options }} -DCMAKE_PREFIX_PATH="$GITHUB_WORKSPACE/nceplibs/NCEPLIBS-ip;$GITHUB_WORKSPACE/nceplibs/NCEPLIBS-g2c" ..
7979
8080
make VERBOSE=1

0 commit comments

Comments
 (0)