Skip to content

Commit

Permalink
add git to ci runner, and build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusrussell committed Jun 21, 2023
1 parent 558bdd0 commit f0cc725
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-industrial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
key: ccache-${{ matrix.ROS_DISTRO }}-${{ matrix.ROS_REPO }}-${{github.run_id}}
restore-keys: |
ccache-${{ matrix.ROS_DISTRO }}-${{ matrix.ROS_REPO }}-
- run: |
sudo apt update
sudo apt install git -y --no-install-recommends
sudo apt install build-essential -y --no-install-recommends
- uses: 'ros-industrial/industrial_ci@master' # run industrial_ci
env: # either pass all entries explicitly
ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
Expand Down

0 comments on commit f0cc725

Please sign in to comment.