Skip to content

Commit

Permalink
Add yes option in gtsam install
Browse files Browse the repository at this point in the history
  • Loading branch information
rsasaki0109 committed Nov 26, 2023
1 parent 8dfc24d commit b0db54a
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 @@ -28,7 +28,7 @@ jobs:
run: |
add-apt-repository ppa:borglab/gtsam-release-4.1
apt update
apt install libgtsam-dev libgtsam-unstable-dev
apt install -y libgtsam-dev libgtsam-unstable-dev
- name: Install dependencies
run: |
source /opt/ros/humble/setup.bash
Expand Down

0 comments on commit b0db54a

Please sign in to comment.