Skip to content

Commit

Permalink
Show MacOS info
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Apr 15, 2024
1 parent 94a9e92 commit 4c4d649
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,13 @@ jobs:
git: https://github.com/cross-rs/cross.git
rev: 085092c

- name: Show system info
if: ${{ contains(matrix.build, 'macos') }}
run: |
sysctl -n machdep.cpu.brand_string
sw_vers -productVersion
system_profiler SPSoftwareDataType
- name: Build
id: build
run: ${{ matrix.cargo }} build --verbose --target ${{ matrix.target }}
Expand Down

0 comments on commit 4c4d649

Please sign in to comment.