Skip to content

Commit

Permalink
fix eigen ci folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
pantor committed Dec 21, 2020
1 parent 2d042d8 commit 332f09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: install Eigen3
run: |
git clone https://gitlab.com/libeigen/eigen.git
cd eigen-git-mirror
cd eigen
git checkout 3.3.9
mkdir build && cd build
cmake ..
Expand Down

0 comments on commit 332f09d

Please sign in to comment.