mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
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:
committed by
Thomas Krijnen
parent
b9c5c28c54
commit
dbce9ec049
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user