From ea976db7e7cd9ec7e5ef17f5d52e2e820980a6cd Mon Sep 17 00:00:00 2001 From: Arthur Moore Date: Sun, 4 Aug 2024 02:31:17 -0400 Subject: [PATCH] CI: Print some information about the OpenSCAD version used --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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