Skip to content

Commit

Permalink
Fix leftover from a merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mrguilima committed Jan 4, 2025
1 parent e945e64 commit 6e1cb27
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,17 +183,14 @@ jobs:
if: ${{matrix.special != 'clang-tidy'}}
working-directory: build
run: |
<<<<<<< HEAD
ninja -v -k0
- name: Save ccache
if: ${{always() && steps.build.outcome == 'success'}}
uses: actions/cache/save@v4
with:
path: ${{env.CCACHE_DIR}}
key: ccache-${{env.CMAKE_PRESET}}-${{matrix.geant}}-${{github.run_id}}
=======
ninja -v -k0
>>>>>>> develop
- name: Regenerate ROOT test data
if: ${{
matrix.geant == '11.0'
Expand Down

0 comments on commit 6e1cb27

Please sign in to comment.