Skip to content

Commit

Permalink
switched developer workflow to use cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jan 4, 2024
1 parent e9193cb commit 4ab2bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: steps.cache-jasper.outputs.cache-hit != 'true'
run: |
cd jasper
./configure --prefix=$HOME/Jasper
./configure --prefix=$HOME/jasper
make
make install
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
cd wgrib2
mkdir build
cd build
cmake -DCMAKE_PREFIX_PATH="~/Jenkins" ..
cmake -DCMAKE_PREFIX_PATH="~/jasper ..
make VERBOSE=1

0 comments on commit 4ab2bfc

Please sign in to comment.