Skip to content

Commit

Permalink
updated bufr version
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Sep 26, 2023
1 parent 624f1e6 commit bc7414f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ jobs:
with:
repository: NOAA-EMC/NCEPLIBS-bufr
path: bufr
ref: bufr_v11.7.1
ref: bufr_v12.0.0

- name: cache-bufr
id: cache-bufr
uses: actions/cache@v2
with:
path: ~/bufr
key: bufr-intel-${{ matrix.compilers }}-${{ runner.os }}-v11.7.1
key: bufr-intel-${{ matrix.compilers }}-${{ runner.os }}-v12.0.0

- name: build-bufr
if: steps.cache-bufr.outputs.cache-hit != 'true'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Linux_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
CC: gcc-11
strategy:
matrix:
bacio-version: [2.4.1, 2.5.0]
bacio-version: [2.4.1, 2.5.0, 2.6.0]

steps:

Expand Down Expand Up @@ -53,14 +53,14 @@ jobs:
with:
repository: NOAA-EMC/NCEPLIBS-bufr
path: bufr
ref: bufr_v11.7.1
ref: bufr_v12.0.1

- name: cache-bufr
id: cache-bufr
uses: actions/cache@v2
with:
path: ~/bufr
key: bufr-Linux_options_${{ runner.os }}-v11.7.1
key: bufr-Linux_options_${{ runner.os }}-v12.0.1

- name: build-bufr
if: steps.cache-bufr.outputs.cache-hit != 'true'
Expand Down

0 comments on commit bc7414f

Please sign in to comment.