Skip to content

Commit

Permalink
nav2_constrained_smoother has conflicted libunwind-dev, libgoogle-glo…
Browse files Browse the repository at this point in the history
…g-dev for libceres-dev
  • Loading branch information
aosmw committed Jun 3, 2024
1 parent 8496db1 commit 50f4758
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ jobs:
matrix:
ros_distro: [rolling]
steps:
- name: Install node
- name: Install node, libunwind-dev, libgoogle-glog-dev
run: |
sudo apt-get update
sudo apt-get -y install nodejs
sudo apt-get -y install libunwind-dev
sudo apt-get -y install libgoogle-glog-dev
sudo apt-get -y install libceres-dev
- name: checkout source
uses: actions/checkout@v4
- name: Build and run tests
Expand Down

0 comments on commit 50f4758

Please sign in to comment.