Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev committed Jan 5, 2024
1 parent 7c69be0 commit 5c69aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
-DGTSAM_USE_SYSTEM_EIGEN=ON \
-DGTSAM_USE_SYSTEM_METIS=ON \
-DGTSAM_SUPPORT_NESTED_DISSECTION=ON \
-DGTSAM_WITH_EIGEN_MKL=ON
-DGTSAM_WITH_EIGEN_MKL=OFF
- name: Save cache dependencies
id: cache-save
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
-DGTSAM_USE_SYSTEM_EIGEN=ON \
-DGTSAM_USE_SYSTEM_METIS=ON \
-DGTSAM_SUPPORT_NESTED_DISSECTION=ON \
-DGTSAM_WITH_EIGEN_MKL=ON
-DGTSAM_WITH_EIGEN_MKL=OFF
- name: Save cache dependencies
id: cache-save
Expand Down

0 comments on commit 5c69aa7

Please sign in to comment.