Skip to content

Commit

Permalink
upgrading CI
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jan 31, 2024
1 parent 0457a90 commit 338ea2f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo apt-get install libpng-dev zlib1g-dev libjpeg-dev doxygen gcovr valgrind
- name: checkout-bacio
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: NOAA-EMC/NCEPLIBS-bacio
path: bacio
Expand All @@ -49,7 +49,7 @@ jobs:
make install
- name: checkout-w3emc
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: NOAA-EMC/NCEPLIBS-w3emc
path: w3emc
Expand All @@ -66,14 +66,14 @@ jobs:
- name: cache-jasper
id: cache-jasper
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/Jasper
key: jasper-${{ runner.os }}-4.0.0

- name: checkout-jasper
if: steps.cache-jasper.outputs.cache-hit != 'true'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: jasper-software/jasper
path: jasper
Expand All @@ -89,13 +89,13 @@ jobs:
make install
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: g2

- name: cache-data
id: cache-data
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/data
key: data-developer-1
Expand Down

0 comments on commit 338ea2f

Please sign in to comment.