enh: auto-generate intel model list

This commit is contained in:
Stéphane Lesimple
2026-04-02 22:24:43 +02:00
parent 4f6dbb36c8
commit b9f75346d4
3 changed files with 82 additions and 70 deletions

View File

@@ -17,6 +17,8 @@ jobs:
persist-credentials: true
- name: install prerequisites
run: sudo apt-get update && sudo apt-get install -y shellcheck shfmt jq sqlite3 iucode-tool make
- name: update Intel model list
run: ./scripts/update_intel_models.sh
- name: build and check
run: |
make build fmt-check shellcheck