Skip to content

Commit

Permalink
Fix the path for cherry picking
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 7, 2024
1 parent 4f48a6f commit 81b7ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/concretize-current-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
git clone https://github.com/spack/spack -q
cd /spack
git checkout $(cat $rel/.spack-commit)
source $rel/.cherry-pick
source $/key4hep-spack/.cherry-pick
source spack/share/spack/setup-env.sh
if [ "${{ matrix.build_type }}" = "release" ]; then
Expand Down

0 comments on commit 81b7ca7

Please sign in to comment.