mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2025-01-08 15:19:43 +00:00
CI: Print some information about the OpenSCAD version used
This commit is contained in:
parent
904b8e947b
commit
ea976db7e7
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue