Skip to content

Commit

Permalink
eigen3
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Aug 24, 2023
1 parent 8b3c52a commit 909bc3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ jobs:

- run: cd ${{ github.workspace }}

- name: Install Eigen
shell: bash
run: |
curl -# -L -o eigen.tar.bz2 https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.bz2
tar jxvf eigen.tar.bz2
cmake eigen-3.4.0
- run: ${{ github.workspace }}/scripts/windows-install/buildLibrecadAndCreatePackage.bat

- name: Uploading exe
Expand Down

0 comments on commit 909bc3a

Please sign in to comment.