Skip to content

Commit

Permalink
Debug2
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Jul 29, 2024
1 parent 368d6e6 commit 1821fa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
cache: 'pip'
- name: Install build requirements
run: ./.ci/py-build-requirements.sh
- name: examine CPU features
run: sysctl -a | grep hw.optional
- name: Set up build directory
run: meson setup build $(.ci/setup-flags.sh) || cat build/meson-logs/meson-log.txt
- name: Build
Expand Down

0 comments on commit 1821fa4

Please sign in to comment.