github: fix CI apt dependencies
authorÁlvaro Fernández Rojas <[email protected]>
Mon, 3 Nov 2025 06:38:52 +0000 (07:38 +0100)
committerÁlvaro Fernández Rojas <[email protected]>
Mon, 3 Nov 2025 07:08:52 +0000 (08:08 +0100)
We need to run 'apt update' before installing the APT packages.

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
.github/workflows/ci.yml

index 386fe2b0a54657123193d439d20746d74cb3fbce..5518c1cb432d6be5e44df0a4d98c1807e28bd136 100644 (file)
@@ -54,6 +54,7 @@ jobs:
 
       - name: Install dependencies
         run: |
+          sudo apt update
           sudo apt install ${{ matrix.packages }}
 
       - name: Prepare build