CI: Print some information about the OpenSCAD version used

This commit is contained in:
Arthur Moore 2024-08-04 02:31:17 -04:00
parent 904b8e947b
commit ea976db7e7

View file

@ -46,6 +46,10 @@ jobs:
sudo apt-get update
sudo apt-get install openscad
- name: OpenSCAD Build Information
run: openscad --info
continue-on-error: true
- name: Run Unit Tests
shell: bash
working-directory: ./tests