Skip to content

Commit 0c52f72

Browse files
committed
install openscad in test_win.yml
1 parent 23347f3 commit 0c52f72

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test_win.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
pip install -r requirements.txt
25+
- name: Install OpenSCAD
26+
run: choco install -y openscad
27+
shell: powershell
2528
#- name: install dependencies
2629
# run: |
2730
# chmod +x ./install_dependencies.sh

0 commit comments

Comments
 (0)