Explorar el Código

[ci] fix flash for ubuntu 20.04

Rudy Ges hace 2 años
padre
commit
2f11224e44
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/main.yml

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

@@ -359,7 +359,7 @@ jobs:
           - target: lua
             APT_PACKAGES: ncurses-dev
           - target: flash
-            APT_PACKAGES: libglib2.0-0 libfreetype6 xvfb
+            APT_PACKAGES: libglib2.0-0 libgtk2.0-0 libfreetype6 xvfb
     steps:
       - uses: actions/checkout@main
         with: