Skip to content

Commit

Permalink
Install required packages for sonar-scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Sep 21, 2023
1 parent 0efc4c1 commit 5812333
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ubuntu-sonaqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
run: dpkg --list | grep compiler

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libx11-dev libdc1394-dev libv4l-dev liblapack-dev libopenblas-dev libeigen3-dev libopencv-dev nlohmann-json3-dev
run: |
sudo apt-get update
sudo apt-get install -y libx11-dev libdc1394-dev libv4l-dev liblapack-dev libopenblas-dev libeigen3-dev libopencv-dev nlohmann-json3-dev
sudo apt-get install -y ansible ansible-lint shellcheck
- name: Install sonar-scanner
run: |
Expand Down

0 comments on commit 5812333

Please sign in to comment.