Skip to content

Commit

Permalink
Use up to date software in build printable files actions script.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklik committed Aug 28, 2023
1 parent 1ca97ff commit 5d4806d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/printable_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
printer: [mini] #[mini, edee, mlab3d]
Expand All @@ -38,9 +38,9 @@ jobs:
chmod +x ~/OpenSCAD.AppImage
sudo apt-get install libc-bin python3-setuptools xvfb libglu1-mesa libglu1 libegl1
sudo python3 -m pip install --upgrade pip
sudo python3 -m pip install stlsort lxml matplotlib thumby==0.2.3
sudo python3 -m pip install stlsort lxml matplotlib thumby
sudo python3 -m pip install git+https://github.com/ThunderFly-aerospace/yagv@a541869d11d3c094f1d7a3ed4d3c0c30489398e9
sudo python3 -m pip install git+https://${{ secrets.AUTH_USER }}:${{ secrets.GITHUBPAT }}@github.com/ThunderFly-aerospace/processor3D.git@PrusaSlicer
sudo python3 -m pip install git+https://${{ secrets.AUTH_USER }}:${{ secrets.GITHUBPAT }}@github.com/ThunderFly-aerospace/processor3D.git
- name: Make
run: |
Expand Down

0 comments on commit 5d4806d

Please sign in to comment.