Skip to content

Commit

Permalink
try to fix ros free build
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbattle committed Jan 16, 2023
1 parent 67398a5 commit 98c5525
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
uses: actions/checkout@v2
- name: Installing Ceres Solver
run: |
sudo apt-get update
sudo apt-get update -y
sudo apt install -y libunwind-dev
sudo apt-get install -y cmake libgoogle-glog-dev libgflags-dev libatlas-base-dev libeigen3-dev libsuitesparse-dev libceres-dev
# cd ..
# git clone https://ceres-solver.googlesource.com/ceres-solver
Expand All @@ -27,7 +28,7 @@ jobs:
# cd ../../
- name: Configure and Build
run: |
sudo apt-get update
sudo apt-get update -y
sudo apt-get install -y libeigen3-dev libopencv-dev libboost-all-dev
mkdir build
cd build
Expand Down

0 comments on commit 98c5525

Please sign in to comment.