Use performance
EPP in AMD CPUs when using performance
governor (…
#16
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Linux Build | |
on: | |
push: | |
paths-ignore: | |
- "README.md" | |
- ".gitignore" | |
- "LICENSE" | |
pull_request: | |
jobs: | |
build_linux: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Install poetry | |
run: pipx install poetry | |
- name: "Setup Python" | |
uses: actions/[email protected] | |
with: | |
python-version: 3.12 | |
cache: "poetry" | |
- name: "Install auto-cpufreq" | |
run: sudo ./auto-cpufreq-installer --install | |