Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
berndgassmann committed Jan 25, 2024
1 parent 752f697 commit 109ae3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sudo pip3 install colcon-common-extensions xmlrunner pygccxml pyplusplus
if [ `lsb_release -a | grep Release | grep 22.04 | wc -l` == 1 ]; then
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install -y python3.8-full
sudo apt-get install -y python3.8-full libpython3.8-dev python3.8-dev
sudo python3.8 -m pip install --upgrade pip
sudo pip3.8 install colcon-common-extensions xmlrunner pygccxml pyplusplus
sudo pip3.8 install --upgrade setuptools==59.6.0
Expand Down

0 comments on commit 109ae3c

Please sign in to comment.