diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed1d35f8727..f83a35940c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,32 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Ubuntu packages - run: sudo apt install protobuf-compiler python3 python3-pip + run: sudo apt install protobuf-compiler python3 python3-pip \ + build-essential \ + ca-certificates \ + cmake \ + curl \ + git \ + htop \ + jq \ + libasound2 \ + libclang-dev \ + libgbm-dev \ + libgconf-2-4 \ + libgtk-3-0 \ + libgtk2.0-0 \ + libnotify-dev \ + libnss3 \ + libpq-dev \ + libpq5 \ + libssl-dev \ + libxss1 \ + libxtst6 \ + pkg-config \ + procps \ + wget \ + xauth \ + xvfb - uses: dorny/paths-filter@v2 id: modified-files with: