Skip to content

Commit

Permalink
Add mac processor debug output to mac setup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
daved committed Sep 6, 2023
1 parent c9c5d30 commit daa824d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ jobs:
- # == Setup macOS ==
name: Setup (macOS)
shell: bash
run: brew install fish
run: |
system_profiler | grep Processor
brew install fish
if: runner.os == 'macOS'

- # === Install Deps ===
Expand Down

0 comments on commit daa824d

Please sign in to comment.