Skip to content

Commit

Permalink
Fix workflow issues
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronBrooks11 committed Nov 23, 2024
1 parent 8f15cb7 commit 667804d
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# .github/workflows/build-release.yml

name: Build and Release

on:
Expand All @@ -25,14 +23,6 @@ jobs:
python -m pip install --upgrade pip
pip install pyinstaller
- name: Install OpenSCAD
run: |
choco install openscad --version=2021.01
- name: Verify OpenSCAD Installation
run: |
openscad --version
- name: Build CLI Executable
run: |
pyinstaller --onefile --name openscad-batch-export openscad_export/export.py
Expand Down Expand Up @@ -69,15 +59,6 @@ jobs:
python3 -m pip install --upgrade pip
pip3 install pyinstaller
- name: Install OpenSCAD
run: |
sudo apt-get update
sudo apt-get install -y openscad
- name: Verify OpenSCAD Installation
run: |
openscad --version
- name: Build CLI Executable
run: |
pyinstaller --onefile --name openscad-batch-export openscad_export/export.py
Expand Down Expand Up @@ -114,15 +95,6 @@ jobs:
python3 -m pip install --upgrade pip
pip3 install pyinstaller
- name: Install OpenSCAD
run: |
brew update
brew install --cask openscad
- name: Verify OpenSCAD Installation
run: |
openscad --version
- name: Build CLI Executable
run: |
pyinstaller --onefile --name openscad-batch-export openscad_export/export.py
Expand Down

0 comments on commit 667804d

Please sign in to comment.