Skip to content

Commit

Permalink
fix; add gpg init to spack
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Apr 9, 2024
1 parent bb8ab71 commit 4b1c220
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ runs:

- name: Add libsodium build cache
run: |
spack gpg init
spack gpg create github-actions github-actions@users.noreply.github.com
spack install libsodium
spack buildcache push ./spack-cache-libsodium libsodium
spack buildcache update-index ./spack-cache-libsodium
Expand Down
2 changes: 2 additions & 0 deletions release-check/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ runs:

- name: Add libsodium build cache
run: |
spack gpg init
spack gpg create github-actions github-actions@users.noreply.github.com
spack install libsodium
spack buildcache push ./spack-cache-libsodium libsodium
spack buildcache update-index ./spack-cache-libsodium
Expand Down

0 comments on commit 4b1c220

Please sign in to comment.