autoupdate workflow: add missing pkg

This commit is contained in:
Stéphane Lesimple
2026-06-01 20:55:08 +00:00
committed by GitHub
parent 9a3688b6fd
commit 3f4801e6a7
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
with: with:
ref: source ref: source
- name: Install prerequisites - name: Install prerequisites
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends iucode-tool sqlite3 unzip run: sudo apt-get update && sudo apt-get install -y --no-install-recommends iucode-tool sqlite3 unzip shfmt
- name: Update microcode versions - name: Update microcode versions
run: ./scripts/update_mcedb.sh run: ./scripts/update_mcedb.sh
- name: Update Intel models - name: Update Intel models