Skip to content

Commit

Permalink
[CI] Remove print system info
Browse files Browse the repository at this point in the history
  • Loading branch information
LAGNEAU Romain committed Jul 17, 2024
1 parent 30662ea commit 4601bfc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/macos-linux-namespace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Print system information
run: |
sysctl -a | grep machdep.cpu
sysctl -a | grep logical
- name: Print OS information
run: system_profiler SPSoftwareDataType

- name: Install dependencies on macos-latest
if: matrix.os == 'macos-latest'
run: |
Expand Down

0 comments on commit 4601bfc

Please sign in to comment.