diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c44bc54..e2e9360 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/version.scad b/version.scad index ea76d5f..f8fb680 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,357]; +BOSL_VERSION = [2,0,358]; // Section: BOSL Library Version Functions