Skip to content

Commit

Permalink
CI: Print some information about the OpenSCAD version used
Browse files Browse the repository at this point in the history
  • Loading branch information
EmperorArthur committed Aug 4, 2024
1 parent 904b8e9 commit ea976db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea976db

Please sign in to comment.