Skip to content

Commit

Permalink
updating sp
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Dec 18, 2023
1 parent a569322 commit c2b9e77
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 @@ -47,14 +47,14 @@ jobs:
with:
repository: NOAA-EMC/NCEPLIBS-sp
path: sp
ref: v2.3.3
ref: develop

- name: build-sp
run: |
cd sp
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=~/sp ..
cmake -DCMAKE_INSTALL_PREFIX=~/sp -DBUILD_8=ON ..
make -j2
make install
Expand Down

0 comments on commit c2b9e77

Please sign in to comment.