Explorar el Código

fix action ... ?

SakiKawasaki hace 5 años
padre
commit
22baad2a82
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -55,7 +55,7 @@ jobs:
         run: sudo apt install -y freeglut3 freeglut3-dev
 
       - name: Install sdl2
-        run: sudo apt install --fix-missing -y libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev
+        run: sudo apt install -y libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev
 
       - name: Build examples
         run: |