Skip to content

Commit

Permalink
Fix cache path and TMPDIR.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford committed Sep 13, 2024
1 parent 5d5f479 commit fb41bde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/spack_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on: [pull_request]
env:
SPACK_COLOR: always
REGISTRY: ghcr.io/llnl
SPACK_CACHE: /opt/spack-cache
tempdir: /opt/spack-cache
TMP: /opt/spack-cache
TMPDIR: /opt/spack-cache
# Our repo name contains upper case characters, so we can't use ${{ github.repository }}
IMAGE_NAME: hiop
USERNAME: hiop-bot
Expand Down

0 comments on commit fb41bde

Please sign in to comment.