Don't need to install wget in CI.

This commit is contained in:
Revar Desmera 2020-06-19 23:28:30 -07:00
parent fdcd7453b3
commit c86f01cba1
2 changed files with 1 additions and 7 deletions

View file

@ -20,9 +20,6 @@ jobs:
cd $GITHUB_WORKSPACE
git clone https://github.com/revarbat/BOSL2.wiki.git
- name: Install wget
run: sudo apt-get install wget
- name: Get OpenSCAD Appimage
run: |
cd $GITHUB_WORKSPACE
@ -63,9 +60,6 @@ jobs:
- name: Install Pillow
run: sudo pip3 install Pillow
# - name: Install wget
# run: sudo apt-get install wget
- name: Install OpenSCAD
run: |
cd $GITHUB_WORKSPACE

View file

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,357];
BOSL_VERSION = [2,0,358];
// Section: BOSL Library Version Functions