Skip to content

Commit ea976db

Browse files
committed
CI: Print some information about the OpenSCAD version used
1 parent 904b8e9 commit ea976db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
sudo apt-get update
4747
sudo apt-get install openscad
4848
49+
- name: OpenSCAD Build Information
50+
run: openscad --info
51+
continue-on-error: true
52+
4953
- name: Run Unit Tests
5054
shell: bash
5155
working-directory: ./tests

0 commit comments

Comments
 (0)