Skip to content

Commit

Permalink
Checking cmake provision from cvmfs
Browse files Browse the repository at this point in the history
  • Loading branch information
RaiqaRasool committed Jul 22, 2024
1 parent d92a348 commit b088500
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/halld_recon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,14 @@ jobs:
ls /cvmfs/auger.egi.eu
ls /cvmfs/dune.opensciencegrid.org
ls /cvmfs/sw.hsf.org
ls /cvmfs/sft.cern.ch
ls /cvmfs/sft.cern.ch
- name: Check CMake Installation
run: |
if command -v cmake >/dev/null 2>&1; then
echo "CMake is installed."
cmake --version
else
echo "CMake is not installed."
exit 1
fi

0 comments on commit b088500

Please sign in to comment.