From ea7d25559e24a9df26bec7c2e21fc430ff59e3de Mon Sep 17 00:00:00 2001 From: Garth Minette Date: Thu, 21 Jul 2022 21:35:58 -0700 Subject: [PATCH] Workflow testing 12. --- .github/workflows/gen_docs.yml | 2 +- .github/workflows/gen_tutorials.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gen_docs.yml b/.github/workflows/gen_docs.yml index 2418481..1a07f0c 100644 --- a/.github/workflows/gen_docs.yml +++ b/.github/workflows/gen_docs.yml @@ -18,7 +18,7 @@ jobs: run: sudo apt update - name: Install Python dev - run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil + run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil gifsicle - name: Install OpenSCAD-DocsGen package. run: sudo pip3 install openscad-docsgen diff --git a/.github/workflows/gen_tutorials.yml b/.github/workflows/gen_tutorials.yml index c4e3424..606e48f 100644 --- a/.github/workflows/gen_tutorials.yml +++ b/.github/workflows/gen_tutorials.yml @@ -18,7 +18,7 @@ jobs: run: sudo apt update - name: Install Python dev - run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil + run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil gifsicle - name: Install OpenSCAD-DocsGen package. run: sudo pip3 install openscad-docsgen