Skip to content

Commit

Permalink
Use custom spack for with fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford committed Sep 13, 2024
1 parent cbbe7d6 commit 50a045f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/spack_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ jobs:
permissions:
packages: write
contents: read
container: spack/ubuntu-jammy:latest
strategy:
matrix:
spack_spec:
Expand All @@ -115,7 +114,13 @@ jobs:

steps:
- name: Setup Spack
run: echo "/opt/spack/bin" >> "$GITHUB_PATH"
run: |
# TODO: Move back to spack@develop once patch in in develop
git clone https://github.com/cameronrutherford/spack.git
cd spack
git checkout 9bbf4405306ba85ed66907c4e1cd3a2ce980dd38
cd -
echo $(pwd)/spack/opt/spack/bin >> "$GITHUB_PATH"
- name: Create heredoc spack.yaml
run: |
Expand Down

0 comments on commit 50a045f

Please sign in to comment.