Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi authored Oct 22, 2019
1 parent dac1c08 commit 019932a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,14 @@ jobs:
- name: Dependencies [windows]
if: matrix.os == 'windows-latest'
run: |
vcpkg.exe install --triplet x64-windows gtest eigen3
vcpkg.exe install --triplet x64-windows gtest
hg clone https://bitbucket.org/eigen/eigen
cd eigen
md build
cd build
cmake ..
cmake --build . --config Release --target INSTALL
SET Eigen3_DIR=C:/Program Files (x86)/Eigen/lib/cmake/eigen3/
- name: Dependencies [Ubuntu]
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 019932a

Please sign in to comment.