Skip to content

Commit

Permalink
Fix CI (USE_GTSAM=ON) (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymd-stella authored Jan 8, 2024
1 parent 11de0af commit 1dbadcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTS=ON -DUSE_SSE_ORB=ON ..
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTS=ON -DUSE_SSE_ORB=ON -DUSE_GTSAM=ON ..
make -j $(($(nproc) / 2))
make install
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1dbadcc

Please sign in to comment.