Skip to content

Commit

Permalink
[urdf] install git
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioBergonti committed Oct 24, 2023
1 parent 4b165f1 commit aeebaee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/CI-iRonCub-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install git
shell: bash -l {0}
run: |
sudo apt-get update
sudo apt-get install -y git

- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ channels:
- conda-forge
- robotology
dependencies:
- git
- compilers
- cmake
- pkg-config
Expand Down

0 comments on commit aeebaee

Please sign in to comment.