Skip to content

Commit

Permalink
#28 - add blender to first part of build, due to processor3d can call it
Browse files Browse the repository at this point in the history
  • Loading branch information
kittlerm authored and kaklik committed Aug 1, 2023
1 parent 502a035 commit 461ef2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/render_previews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
uname -p
sudo apt update
sudo apt-get install libc-bin python3-setuptools xvfb
# HOW TO SPEED UP
# processor3d now can call it # FIXME: maybe we should prepare image for run multiple action instead of
# install requirements again in every job!
# see: https://docs.docker.com/build/ci/github-actions/share-image-jobs/
# even better reuse artifact (runner image) from previous run
# see: https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts
sudo apt-get install blender
sudo python3 -m pip install --upgrade pip
sudo python3 -m pip install stlsort lxml
sudo python3 -m pip install git+https://github.com/ThunderFly-aerospace/yagv
Expand Down

0 comments on commit 461ef2b

Please sign in to comment.