-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: don't package Eigen with the project
- Loading branch information
Showing
304 changed files
with
8 additions
and
116,738 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
|
||
- name: Install dependencies | ||
run: sudo apt-get install -y g++ | ||
run: sudo apt-get install -y build-essential libeigen3-dev | ||
|
||
- name: Setup cmake | ||
uses: jwlawson/[email protected] | ||
|
@@ -44,12 +44,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Install dependencies | ||
run: sudo apt-get install -y g++ doxygen | ||
|
||
- uses: actions/setup-python@v4 | ||
|
||
- name: Install python dependencies | ||
run: python -m pip install sphinx sphinx-rtd-theme sphinx-sitemap breathe | ||
run: sudo apt-get install -y build-essential doxygen libeigen3-dev | ||
|
||
- name: Setup cmake | ||
uses: jwlawson/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.