Skip to content

Commit 2f4d7d9

Browse files
additional cleanup
1 parent 735e8d6 commit 2f4d7d9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gcc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525

2626
steps:
27-
# Checkout the GSI-utils to get the ci/spack.yaml file
27+
# Checkout the GSI-utils to get the ci/spack_gcc.yaml file
2828
- name: checkout
2929
if: steps.cache-env.outputs.cache-hit != 'true'
3030
uses: actions/checkout@v4
@@ -39,7 +39,7 @@ jobs:
3939
path: |
4040
spack
4141
~/.spack
42-
key: spack-${{ runner.os }}-${{ env.cache_key }}-${{ hashFiles('gsi-utils/ci/spack.yaml') }}
42+
key: spack-${{ runner.os }}-${{ env.cache_key }}-${{ hashFiles('gsi-utils/ci/spack_gcc.yaml') }}
4343

4444
# Install dependencies using Spack
4545
- name: install-dependencies-with-spack

ci/spack_gcc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spack:
1414
- bufr@12.1.0
1515
- bacio@2.4.1
1616
- w3emc@2.10.0
17-
- ip@5.1.0 precision=4,d,8
17+
- ip@5.1.0
1818
- sigio@2.3.3
1919
- sfcio@1.4.2
2020
- nemsio@2.5.4

0 commit comments

Comments
 (0)