Skip to content

Commit

Permalink
ci: try adding dependencies again
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 12, 2023
1 parent b283a53 commit 460cacc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
image: python:2.7.18-buster
steps:
- uses: actions/checkout@v3
- run: apt install libnss3-dev libgdk-pixbuf2.0-dev libgtk-3-dev libxss-dev
- run: |
apt-get update
apt-get install -y libgconf-2-4 libatk1.0-0 libatk-bridge2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm-dev libnss3-dev libxss-dev libasound2
# - name: Check Python version
# run: python --version
# - name: Setup Java
Expand Down

0 comments on commit 460cacc

Please sign in to comment.