浏览代码

[ci] fix flash for ubuntu 20.04

Rudy Ges 2 年之前
父节点
当前提交
2f11224e44
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/main.yml

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

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