try auto selecting correct backend while checking intrinsics

This commit is contained in:
Concedo 2025-06-22 18:16:02 +08:00
parent 72d467c6d5
commit 52dcfe42d6
7 changed files with 75 additions and 17 deletions

View file

@ -33,7 +33,7 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
pip install customtkinter==5.2.0 pyinstaller==5.11.0 psutil==5.9.5
pip install customtkinter==5.2.0 pyinstaller==5.11.0 psutil==5.9.5 py-cpuinfo==9.0.0
- name: Display full Visual Studio info Before
run: |

View file

@ -33,7 +33,7 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
pip install customtkinter==5.2.0 pyinstaller==5.11.0 psutil==5.9.5
pip install customtkinter==5.2.0 pyinstaller==5.11.0 psutil==5.9.5 py-cpuinfo==9.0.0
- name: Display full Visual Studio info Before
run: |