Skip to content

Commit

Permalink
master: conda-windows-eigen.yml: fix inclue -> include.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Dec 23, 2023
1 parent 961aa70 commit 870a1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-windows-eigen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
shell: cmd /C CALL {0}
run: |
mklink /d %CONDA_PREFIX%\Library\include\Eigen^
%CONDA_PREFIX%\Library\inclue\eigen3\Eigen
%CONDA_PREFIX%\Library\include\eigen3\Eigen
echo dir %CONDA_PREFIX%\Library\include\Eigen\Core
dir %CONDA_PREFIX%\Library\include\Eigen\Core
Expand Down

0 comments on commit 870a1e0

Please sign in to comment.