mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 21:20:37 +02:00
Fix python Pillow install.
This commit is contained in:
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@@ -48,17 +48,8 @@ jobs:
|
||||
cd $GITHUB_WORKSPACE
|
||||
git clone https://github.com/revarbat/BOSL2.wiki.git
|
||||
|
||||
- name: Install Python pip
|
||||
run: sudo apt-get install python3-pip
|
||||
|
||||
- name: Install Python dev
|
||||
run: sudo apt-get install python3-dev python3-setuptools
|
||||
|
||||
- name: Install Pillow Dependencies
|
||||
run: sudo apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.5-dev tk8.5-dev
|
||||
|
||||
- name: Install Pillow
|
||||
run: sudo pip3 install Pillow
|
||||
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil
|
||||
|
||||
- name: Install OpenSCAD
|
||||
run: |
|
||||
|
@@ -6,7 +6,7 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,556];
|
||||
BOSL_VERSION = [2,0,557];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
Reference in New Issue
Block a user