Skip to content

Commit

Permalink
Print cpu mask
Browse files Browse the repository at this point in the history
  • Loading branch information
boomanaiden154 committed Dec 31, 2024
1 parent f0b228a commit 59e50bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ jobs:
steps:
- name: Debugging
run: cat /proc/cpuinfo | grep MHz
- name: Debugging 2
run: python3 -c "import os; print(os.sched_getaffinity(0))"

0 comments on commit 59e50bf

Please sign in to comment.