Skip to content

Commit

Permalink
master: conda-windows-eigen.yml: fix link to eigen include directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Dec 23, 2023
1 parent 92a81f2 commit e543ad7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/conda-windows-eigen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
- name: Check location of Eigen directory
shell: cmd /C CALL {0}
run: |
echo dir %CONDA_PREFIX%\Library\include\Eigen
dir %CONDA_PREFIX%\Library\include\Eigen
mklink /d %CONDA_PREFIX%\Library\include\Eigen^
%CONDA_PREFIX%\Library\inclue\eigen3\Eigen
echo dir %CONDA_PREFIX%\Library\include\Eigen\Core
dir %CONDA_PREFIX%\Library\include\Eigen\Core
- name: Build and test CppAD with Eigen
shell: cmd /C CALL {0}
Expand Down

0 comments on commit e543ad7

Please sign in to comment.