actions: ci: Skip installing recommended packages

Not much, but still small improvement:
6 upgraded, 138 newly installed, 0 to remove and 43 not upgraded.
6 upgraded, 135 newly installed, 0 to remove and 43 not upgraded.
This commit is contained in:
Priit Laes
2021-03-14 14:41:11 +02:00
committed by Thomas Krijnen
parent b9c5c28c54
commit dbce9ec049
+2 -3
View File
@@ -21,11 +21,10 @@ jobs:
steps:
- uses: actions/checkout@v2
-
name: Install dependencies
- name: Install dependencies
run: |
sudo apt update
sudo apt-get install \
sudo apt-get install --no-install-recommends \
git cmake gcc g++ libboost1.67-all-dev python3-all-dev swig libpcre3-dev libxml2-dev \
liboce-foundation-dev liboce-modeling-dev liboce-ocaf-dev liboce-visualization-dev liboce-ocaf-lite-dev