Skip to content

Commit

Permalink
CI: add output of model name from /proc/cpuinfo (#483)
Browse files Browse the repository at this point in the history
Running into job failures when loading msr-safe because CPU is unsupported.
This provides more details as to which CPUs we are getting with GitHub Actions.
  • Loading branch information
slabasan authored Nov 15, 2023
1 parent 17ce8a5 commit 035ebd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ jobs:
run: |
uname -a
uname -r
cat /proc/cpuinfo | grep "model name"
cd msr-safe
sudo insmod msr-safe.ko
sudo chmod o=u /dev/cpu/*/msr_safe
Expand Down

0 comments on commit 035ebd5

Please sign in to comment.