diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3b88d4..44e0b6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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