Skip to content

Commit

Permalink
Fix buildcache use by allowing unsigned install
Browse files Browse the repository at this point in the history
  • Loading branch information
alecbcs committed Nov 14, 2023
1 parent 7004c59 commit fb9865b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
spack mirror add ci-buildcache oci://ghcr.io/llnl/benchpark-binary-cache
spack config add "packages:all:target:[x86_64_v3]"
export SPACK_INSTALL_FLAGS=--no-check-signature
env | grep SPACK >> "$GITHUB_ENV"
env | grep SPACK >> "$GITHUB_ENV"
env | grep RAMBLE >> "$GITHUB_ENV"
echo "PATH=$PATH" >> "$GITHUB_ENV"
- name: Setup Saxpy Workspace
Expand Down

0 comments on commit fb9865b

Please sign in to comment.