Skip to content

Commit

Permalink
[urdf] add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioBergonti committed Oct 24, 2023
1 parent 3c137dd commit a2c1cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-iRonCub-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Install git
shell: bash -l {0}
run: |
apt-get update
apt-get install -y git
sudo apt-get update
sudo apt-get install -y git
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit a2c1cea

Please sign in to comment.