From 3f4801e6a7a37fd2dc71d55d89e1cbdf5a1f0b15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Mon, 1 Jun 2026 20:55:08 +0000 Subject: [PATCH] autoupdate workflow: add missing pkg --- .github/workflows/autoupdate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index ad7ea94..0d34f3f 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -17,7 +17,7 @@ jobs: with: ref: source - 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 run: ./scripts/update_mcedb.sh - name: Update Intel models