Skip to content

Commit

Permalink
Remove -f from apply_patches for build workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrizka committed Jan 11, 2025
1 parent 1b714c7 commit 063d9cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
- name: Apply the patches
shell: spack-bash {0}
run: |
SPACK_ROOT=$(realpath spack) mucoll-spack/AlmaLinux9/apply_patches.sh -f key4hep-spack
SPACK_ROOT=$(realpath spack) mucoll-spack/AlmaLinux9/apply_patches.sh -f mucoll-spack
SPACK_ROOT=$(realpath spack) mucoll-spack/AlmaLinux9/apply_patches.sh key4hep-spack
SPACK_ROOT=$(realpath spack) mucoll-spack/AlmaLinux9/apply_patches.sh mucoll-spack
- name: Spack Local Setup
shell: spack-bash {0}
run: |
Expand Down

0 comments on commit 063d9cc

Please sign in to comment.