diff --git a/.github/workflows/common_check.yml b/.github/workflows/common_check.yml index f6610a5705..92bcb130fb 100644 --- a/.github/workflows/common_check.yml +++ b/.github/workflows/common_check.yml @@ -26,7 +26,7 @@ jobs: - name: Install dependencies run: | sudo apt-get update - sudo apt-get install -y libatk1.0-0 libcups2 libatk-bridge2.0-0 libdrm2 libxkbcommon0 libxcomposite1 libxdamage1 libxfixes3 libxrandr2 libnss3 libgbm1 libasound2 + sudo apt-get install -y libatk1.0-0 libcups2 libatk-bridge2.0-0 libdrm2 libxkbcommon0 libxcomposite1 libxdamage1 libxfixes3 libxrandr2 libnss3 libgbm1 libasound2t64 - name: check out repository uses: actions/checkout@v3