Skip to content

Commit 4b9750f

Browse files
committed
ci-cd - removed redundat system dependencies
1 parent 5f20656 commit 4b9750f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
4040
clangtidy: true
4141
cppcheck: true
4242
ccache: false
43-
44-
- name: Download linux system dependencies
45-
if: matrix.os == 'ubuntu-latest'
46-
run: sudo apt-get update && sudo apt-get install -y libgl-dev libgl1-mesa-dev libglu1-mesa-dev
4743

4844
- name: Checkout
4945
uses: actions/checkout@v3

0 commit comments

Comments
 (0)