Skip to content

Commit

Permalink
Update developer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed May 20, 2024
1 parent 0c74c10 commit 583b6f8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,22 @@ jobs:
make -j2
make install
- name: checkout-ip
uses: actions/checkout@v4
with:
repository: NOAA-EMC/NCEPLIBS-ip
path: ip
ref: v3.3.3

- name: build-ip
run: |
cd ip
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=~/ip -DCMAKE_PREFIX_PATH=~/sp
make -j2
make install
- name: checkout-ip2
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 583b6f8

Please sign in to comment.