Skip to content

Commit

Permalink
disabled cholmod in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
teseoch committed Apr 15, 2022
1 parent f64e824 commit 9d1f2e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
echo "CMAKE_GENERATOR=NMake Makefiles" >> $GITHUB_ENV
echo "CXX=cl.exe" >> $GITHUB_ENV
echo "CC=cl.exe" >> $GITHUB_ENV
echo "USE_CHOLMOD=0" >> $GITHUB_ENV
conda init powershell
- name: Build (Debug)
Expand Down

0 comments on commit 9d1f2e7

Please sign in to comment.