浏览代码

Update ci.yaml

Naughtz 2 年之前
父节点
当前提交
799d2c57ab
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/ci.yaml

+ 1 - 0
.github/workflows/ci.yaml

@@ -58,6 +58,7 @@ jobs:
             sudo wget -qO /etc/apt/sources.list.d/dart_stable.list https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list
             sudo apt-get update
             sudo apt-get install -y dart curl build-essential libsqlite3-dev libssl-dev clang cmake ninja-build pkg-config libgtk-3-dev
+            sudo apt-get install keybinder-3.0
           elif [ "$RUNNER_OS" == "macOS" ]; then
             echo 'do nothing'
           fi