Skip to content

Commit bf3a5d6

Browse files
committed
ci: try to update deps
1 parent 59acb80 commit bf3a5d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dependencies.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ sudo apt install libopencv-dev
1111
sudo apt install libqglviewer-dev-qt6
1212
sudo apt install libeigen3-dev
1313
sudo apt install python3-dev python3-pybind11
14-
sudo apt install cmake gcc-10 g++-10
14+
sudo apt install cmake gcc-13 g++-13
1515

16-
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 1
17-
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 1
16+
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 1
17+
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 1
1818

1919

2020
echo "Installing third-party software cppitertools"

0 commit comments

Comments
 (0)