Skip to content

Commit dbce9ec

Browse files
plaesaothms
authored andcommitted
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.
1 parent b9c5c28 commit dbce9ec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v2
2323

24-
-
25-
name: Install dependencies
24+
- name: Install dependencies
2625
run: |
2726
sudo apt update
28-
sudo apt-get install \
27+
sudo apt-get install --no-install-recommends \
2928
git cmake gcc g++ libboost1.67-all-dev python3-all-dev swig libpcre3-dev libxml2-dev \
3029
liboce-foundation-dev liboce-modeling-dev liboce-ocaf-dev liboce-visualization-dev liboce-ocaf-lite-dev
3130

0 commit comments

Comments
 (0)