Skip to content

Commit

Permalink
Fix configuring spack command.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford committed Sep 13, 2024
1 parent 45a452a commit 5d5f479
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/spack_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,16 @@ jobs:
name: Build HiOp with Spack

steps:
- name: Setup Spack
- name: Clone Spack
run: |
# TODO: Move back to spack@develop once patch in in develop
git clone https://github.com/cameronrutherford/spack.git
cd spack
pushd spack
git checkout 9bbf4405306ba85ed66907c4e1cd3a2ce980dd38
cd -
source ./spack/share/spack/setup-env.sh
popd
- name: Setup Spack
run: echo "$PWD/spack/bin" >> "$GITHUB_PATH"

- name: Create heredoc spack.yaml
run: |
Expand Down

0 comments on commit 5d5f479

Please sign in to comment.