Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
checkout Sophus before cd into build
  • Loading branch information
satyajitghana authored and versatran01 committed Mar 17, 2023
1 parent 15e0100 commit 47d5283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
run: |
git clone https://github.com/strasdat/Sophus.git
cd Sophus
mkdir build && cd build
git checkout 785fef3
mkdir build && cd build
cmake -DBUILD_SOPHUS_TESTS=OFF -DBUILD_SOPHUS_EXAMPLES=OFF -DCMAKE_CXX_STANDARD=17 ..
sudo make install
Expand Down

0 comments on commit 47d5283

Please sign in to comment.