Skip to content

Commit

Permalink
task05 fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
I-7 committed Jun 16, 2024
1 parent 02c6d7c commit d730ce6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/scripts/install_ceres_solver200.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash

sudo apt install libunwind-dev libgoogle-glog-dev libgflags-dev libatlas-base-dev libeigen3-dev libsuitesparse-dev
wget https://github.com/ceres-solver/ceres-solver/archive/2.0.0.zip
unzip 2.0.0.zip
cd ceres-solver-2.0.0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
sudo apt update
sudo apt install -y g++
sudo apt install -y cmake
sudo apt install libunwind-dev libgoogle-glog-dev libgflags-dev libatlas-base-dev libeigen3-dev libsuitesparse-dev # from Ceres Solver dependencies
- name: Restore OpenCV and Ceres Solver
id: restore-opencv-ceres-solver
Expand Down

0 comments on commit d730ce6

Please sign in to comment.