Skip to content

Commit

Permalink
added ls for cholmod
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvinrr committed Jun 24, 2024
1 parent aa27f5a commit a316d73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
export PATH=$PATH:${GITHUB_WORKSPACE}/build/bin/
cd build
ls ${GITHUB_WORKSPACE}/isis_data
ls ${CONDA_PREFIX}/include/cholmod*
cmake -DisisData=${GITHUB_WORKSPACE}/isis_data -DisisTestData=${GITHUB_WORKSPACE}/isis_testData -DJP2KFLAG=OFF -DCMAKE_BUILD_TYPE=RELEASE -Wdeprecated -GNinja ../isis
ninja -j8
- name: Run ISIS tests
Expand Down

0 comments on commit a316d73

Please sign in to comment.