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 36283d3 commit e9193cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,7 @@ jobs:
cd wgrib2
mkdir build
cd build
cmake ..
cmake -DCMAKE_PREFIX_PATH="~/Jenkins" ..
make VERBOSE=1

0 comments on commit e9193cb

Please sign in to comment.