Skip to content

Commit

Permalink
fix/workflow-check (#584)
Browse files Browse the repository at this point in the history
Fix dependencies in workflow check
  • Loading branch information
KirillovIlya committed Jan 29, 2025
1 parent 5f41b57 commit c089b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c089b58

Please sign in to comment.