mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Don't need to install wget in CI.
This commit is contained in:
parent
fdcd7453b3
commit
c86f01cba1
2 changed files with 1 additions and 7 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,357];
|
||||
BOSL_VERSION = [2,0,358];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue