From 4b1c2208ee3faf51514eb0ca6a9f723c7e91af6f Mon Sep 17 00:00:00 2001 From: vsoch Date: Tue, 9 Apr 2024 12:04:51 -0600 Subject: [PATCH] fix; add gpg init to spack Signed-off-by: vsoch --- build/action.yaml | 2 ++ release-check/action.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/build/action.yaml b/build/action.yaml index bbda14e..4526150 100644 --- a/build/action.yaml +++ b/build/action.yaml @@ -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 diff --git a/release-check/action.yaml b/release-check/action.yaml index a1ba2c9..ab0ec4b 100644 --- a/release-check/action.yaml +++ b/release-check/action.yaml @@ -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