Skip to content

Commit

Permalink
nomerge: add uname -a; lscpu to linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnc committed Mar 19, 2024
1 parent 834a119 commit 91e6165
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
scons --jobs "$(nproc)" --host-march=skylake
- name: Linux Host Build with Sanitizers
run: |
uname -a
lscpu
scons --jobs "$(nproc)" --sanitize
- name: arm-eabi Cross Build
run: |
Expand Down

0 comments on commit 91e6165

Please sign in to comment.