fix build

This commit is contained in:
SPRINX0\prochazka
2025-01-09 08:31:07 +01:00
parent 811935f1cd
commit a47b060478
2 changed files with 4 additions and 8 deletions

View File

@@ -17,10 +17,10 @@ jobs:
with:
node-version: 18.x
- name: Install dependencies for cypress
run: |
apt-get update
apt-get install -y xvfb libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6
# - name: Install dependencies for cypress
# run: |
# apt-get update
# apt-get install -y xvfb libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6
- uses: actions/checkout@v3
with: