Browse Source

Try to fix the buld

Panagiotis Christopoulos Charitos 6 months ago
parent
commit
8d6c773886
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/Linux.yml

+ 3 - 0
.github/workflows/Linux.yml

@@ -12,6 +12,9 @@ jobs:
     runs-on: ubuntu-24.04
     runs-on: ubuntu-24.04
 
 
     steps:
     steps:
+    - name: Update packages
+      run: sudo apt update; sudo apt upgrade
+
     - name: Install dependencies
     - name: Install dependencies
       run: sudo apt install libsdl2-dev
       run: sudo apt install libsdl2-dev