Trace MacOS system information
This commit is contained in:
parent
e75a4a7855
commit
1125bb21c6
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -15,6 +15,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: System information
|
||||
run: uname -a
|
||||
- name: Build and test
|
||||
run: |
|
||||
./project.sh test all
|
||||
@ -24,6 +26,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: System information
|
||||
run: uname -a
|
||||
- name: MacOS version
|
||||
run: sw_vers -productVersion
|
||||
- name: Install LLVM
|
||||
run: |
|
||||
brew list llvm || brew install llvm
|
||||
|
Loading…
x
Reference in New Issue
Block a user