Skip to content

Commit

Permalink
Added macOS CI debug info.
Browse files Browse the repository at this point in the history
  • Loading branch information
mliberty1 committed Jun 9, 2023
1 parent a8e8d5b commit f026074
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}

- name: Patch macOS to universal2
if: matrix.os == 'macos-latest'
run: |
lipo -info $(which python)
pip freeze
- name: Install Ubuntu dependencies
if: matrix.os == 'ubuntu-latest'
run: sudo apt install -y libudev-dev libusb-1.0-0-dev qt6-base-dev qt6-3d-dev
Expand Down

0 comments on commit f026074

Please sign in to comment.