Skip to content

Commit

Permalink
--no-check-signature needed
Browse files Browse the repository at this point in the history
for v0.21 and below if using the build cache
  • Loading branch information
zmoon committed May 2, 2024
1 parent 40ed531 commit 420b84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
path: spack

- name: Install dependencies
run: spack install esmf
run: spack install --no-check-signature esmf

- name: Configure
run: cmake -S . -B build
Expand Down

0 comments on commit 420b84d

Please sign in to comment.