Skip to content

Commit

Permalink
Update system.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Nov 29, 2023
1 parent c236f11 commit f625a70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
- name: Install and test install
shell: bash
run:
- sudo cmake --install build --config ${{ matrix.config.build_type }}
- sudo python -m pip install git+https://github.com/ami-iit/[email protected]
- cmake-package-check urdfdom
run: |
sudo cmake --install build --config ${{ matrix.config.build_type }}
sudo python -m pip install git+https://github.com/ami-iit/[email protected]
cmake-package-check urdfdom

0 comments on commit f625a70

Please sign in to comment.