Skip to content

Commit

Permalink
Fix Spack path in Github action configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoukpaizan committed Dec 11, 2024
1 parent 4275468 commit 307c67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spack_default_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
submodules: true

- name: Setup Spack
run: echo "$PWD/buildsystem/spack/spack/bin" >> "$GITHUB_PATH"
run: echo "$PWD/Buildsystem/spack/spack/bin" >> "$GITHUB_PATH"

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

0 comments on commit 307c67e

Please sign in to comment.