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

@@ -16,10 +16,6 @@ jobs:
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: 18.x 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
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
fetch-depth: 1 fetch-depth: 1

View File

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