gpu: display all gpus by default and let user pick active gpu #74
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: param check | |
on: | |
push: | |
paths: | |
- 'src/overlay_params.h' | |
- 'README.md' | |
- 'data/MangoHud.conf' | |
jobs: | |
param-check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Set up Python | |
uses: actions/setup-python@v4 | |
with: | |
python-version: '3.11.2' # Replace with the version of Python you want to use | |
- name: Run Python script | |
run: | | |
cd tests | |
python params.py |