Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alaurenzi authored Oct 14, 2024
1 parent 55d5d9e commit 2abf297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ before_script:
- sudo apt install python3-pip python3-setuptools
- sudo pip3 install hhcm-forest
- SRC_FOLDER=$PWD
- cd .. && mkdir forest_ws && cd forest_ws && forest --init # create forest ws for building
- cd .. && mkdir forest_ws && cd forest_ws && forest init # create forest ws for building
- ln -s $SRC_FOLDER src/cartesian_interface # symlink original source folder
- forest add-recipes git@github.com:advrhumanoids/multidof_recipes.git -t master -u --clone-protocol https # get recipes
- forest add-recipes git@github.com:advrhumanoids/multidof_recipes.git -t master --clone-protocol https # get recipes

# apt update and core packages installation
- sudo apt-get update
Expand Down

0 comments on commit 2abf297

Please sign in to comment.